test/unit_tests/config/logger/invalid_file_log_level_config.json5
croy 82d417b9e6 New StarlingX Automation Framework
Fresh start for the StarlingX automation framework.

Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
2024-11-29 16:01:57 -05:00

7 lines
268 B
Plaintext

{
"log_location": "/home/user/custom_log_location",
// Acceptable values are: ERROR, WARNING, INFO, or DEBUG
"console_log_level": "INFO", // Level of Logs displayed in the console.
"file_log_level": "WRONG_LEVEL", // Level of Logs included in log files.
}