Changed the log level default to 1 (info)
This commit is contained in:
parent
5ce8e592c3
commit
908a5e39be
@ -45,7 +45,7 @@ All the configuration can be done in the [config.json](config.json) file in JSON
|
|||||||
|
|
||||||
| Attribute name (on top level in config.json) | Type | Description | Default |
|
| Attribute name (on top level in config.json) | Type | Description | Default |
|
||||||
| -------------------------------------------- | ---- | ----------- | ------- |
|
| -------------------------------------------- | ---- | ----------- | ------- |
|
||||||
| `"LOG_LEVEL"` | int | defines up to which log level to show log messages in the serial console: warn (0), info (1), debug (2) | `2` |
|
| `"LOG_LEVEL"` | int | defines up to which log level to show log messages in the serial console: warn (0), info (1), debug (2) | `1` |
|
||||||
| `"STARTUP_WELCOME_SHOW"` | bool | show the startup screen? | `true` |
|
| `"STARTUP_WELCOME_SHOW"` | bool | show the startup screen? | `true` |
|
||||||
| `"STARTUP_PROJECT_NAME"` | str | the name shown at the welcome/startup screen | `" UV-Belichter "` |
|
| `"STARTUP_PROJECT_NAME"` | str | the name shown at the welcome/startup screen | `" UV-Belichter "` |
|
||||||
| `"STARTUP_MESSAGE_STARTING"` | str | the message shown at startup when starting | `"Starting..."` |
|
| `"STARTUP_MESSAGE_STARTING"` | str | the message shown at startup when starting | `"Starting..."` |
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"LOG_LEVEL": 2,
|
"LOG_LEVEL": 1,
|
||||||
"STARTUP_WELCOME_SHOW": true,
|
"STARTUP_WELCOME_SHOW": true,
|
||||||
"STARTUP_PROJECT_NAME":" UV-Belichter ",
|
"STARTUP_PROJECT_NAME":" UV-Belichter ",
|
||||||
"STARTUP_MESSAGE_STARTING": "Starting...",
|
"STARTUP_MESSAGE_STARTING": "Starting...",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user