I wanted to confirm what I’m seeing for the default logging level.
-
Initially there isn’t any logging enabled. I have delete the contents of the /logging directory in the Files area of the console.
-
Via the console I have set the Application Log level to ALL and Log File Policy to Fixed File sizing logging.
-
The Category Loggers are empty in the console.
-
When an application adds a log entry via the Backendless API, the result is the logging file is created at /logging called backendlesslog-1.log. In addition in the console under the Category Loggers, the new logger is displayed with the Log Level set to WARN.
Questions
- This appears to be the default Log Level ?
- Can an application set this Log Level for the logger entry? or it is only able to be set after a logger has been created via the console?