Skip to content

Commit

Permalink
change to CRITICAL
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed May 26, 2024
1 parent 2939275 commit d79455b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: <https://github.com/henne49/dbus-opendtu/issues/new/choose>

⚠️ **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

Expand Down

0 comments on commit d79455b

Please sign in to comment.