
Allow users to override the lab name and timestamp folder being automatically created for log file locations Change-Id: I76643c6a4c8ad1764dc7bdd0e6f23d49f720a457
12 lines
498 B
Plaintext
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.
|
|
|
|
|
|
} |