test/config/logger/files/default.json5
jpike 3ab1465d4d Allow user to override the appending of lab name and timestamp to log
Allow users to override the lab name and timestamp folder being
automatically created for log file locations

Change-Id: I76643c6a4c8ad1764dc7bdd0e6f23d49f720a457
2024-12-05 13:51:37 -05:00

12 lines
498 B
Plaintext

{
// log_location points to the folder which will contain the logs for this automation run.
// If it is left as "DEFAULT", then ~/AUTOMATION_LOGS will be used.
"log_location": "DEFAULT",
"append_lab_and_timestamp": true, // appends the lab name and timestamp to the log file location
// Acceptable values are: ERROR, WARNING, INFO, or DEBUG
"console_log_level": "DEBUG", // Level of Logs displayed in the console.
"file_log_level": "DEBUG", // Level of Logs included in log files.
}