started adding some basic logging functionality

This commit is contained in:
UpstreamData
2022-03-14 15:52:46 -06:00
parent 2380b94db1
commit c22be7ded8
7 changed files with 82 additions and 16 deletions

View File

@@ -12,3 +12,9 @@ reboot_threads = 300
# If you change the password, you can pass that password here.
whatsminer_pwd = "admin"
### DEBUG MODE ###
# change this to debug = true
# to enable debug mode.
# debug = false
debug = true