[ALL] Small logging changes to mycroft.conf

This commit is contained in:
j1nx 2023-09-16 08:08:19 +00:00
parent ac016b4808
commit b194418adc
1 changed files with 6 additions and 1 deletions

View File

@ -70,5 +70,10 @@
}
}
},
"log_level": "DEBUG"
"debug": false,
"log_level": "INFO",
"log_dir": "/var/log/mycroft",
"logs": {
"path": "stdout"
}
}