You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With beta 16 setting the logging settings for some service only, like harvester, does not apply them. Instead the root logging settings are used (root logging key of the config file).
To Reproduce
Steps to reproduce the behavior:
Use the default config of chia init
Modify eg. the harvester logging option to the following:
logging:
log_filename: log/harvester.log
log_level: INFO
log_stdout: false
Observe no output in the harvester.log file (and its also not even created)
Expected behavior
Same as with beta 15: the logging settings of the service are used.
Desktop (please complete the following information):
OS: Windows
OS Version/Flavor: 10
CPU: doesn't matter
The text was updated successfully, but these errors were encountered:
Describe the bug
With beta 16 setting the logging settings for some service only, like harvester, does not apply them. Instead the root logging settings are used (root
logging
key of the config file).To Reproduce
Steps to reproduce the behavior:
chia init
harvester.log
file (and its also not even created)Expected behavior
Same as with beta 15: the logging settings of the service are used.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: