Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Currently, all logs are written to the same log file irrespective of the logger's log level.
We should explore the possibility of writing errors to a separate log file.
This approach has a few benefits:
- Any error loop won't flood and pollute the main log file, reducing the possibility of the operational history being wiped out due to rollovers.
- The log file rollover settings can be configured separately for the main and error log files.