From d79455b7e710b5a8bb0f342903e83d750226c2f1 Mon Sep 17 00:00:00 2001 From: henne49 Date: Sun, 26 May 2024 16:17:51 +0200 Subject: [PATCH] change to CRITICAL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cad6385..4677350 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,8 @@ A Basic configuration could look like this: DTU=ahoy #Possible Options for Log Level: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET -#To keep current.log small use ERROR -Logging=ERROR +#To keep current.log small use CRITICAL +Logging=CRITICAL #IP of Device to query <-- THIS IS THE IP OF THE DTU Host=192.168.1.74 @@ -252,8 +252,8 @@ A Basic configuration could look like this: DTU=ahoy #Possible Options for Log Level: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET -#To keep current.log small use ERROR -Logging=ERROR +#To keep current.log small use CRITICAL +Logging=CRITICAL #IP of Device to query <-- THIS IS THE IP OF THE DTU Host=192.168.1.74 @@ -355,7 +355,7 @@ All [configuration](#configuration) is done via config.ini. Examples are comment Please open a new issue on github, only here we can work on your problem in a structured way: -⚠️ **Change the Logging Parameter under DEFAULT in /data/dbus-opendtu/config.ini to Logging = DEBUG, please revert, once debugging and troubleshooting is complete. Rerun the script and share the current.log file**. +⚠️ **Change the Logging Parameter under DEFAULT in /data/dbus-opendtu/config.ini to Logging = DEBUG, please revert back to CRITICAL, once debugging and troubleshooting is complete. Rerun the script and share the current.log file**. Please provide the config.ini and JSON file and upload to the github issues, you can download the JSON file using your browser or using a commandline like tool like curl