Hi All,
Is there a way to handle application level logging, ie, all logs from the application should be written to a specific log file and also the log level needs to be defined. We should be able to change the log level (INFO to DEBUG) when the application is running.
I know adding entry to Apache Sling Logging Logger Configuration will create logs and the log level can be manages as well. Is that the right way of doing it? Or this should be used to set logging for class level logs only?
Thanks