82d417b9e6
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
10 lines
398 B
Plaintext
10 lines
398 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",
|
|
|
|
// 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.
|
|
|
|
} |