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
When I first tried rctmon I used the minimal configuration from README. Unfortunately it didn't work because apparently the following parameter was missing.
logging:
version: 1
I know I could have solved this myself via pull request, but unfortunately I lack git experience.
The text was updated successfully, but these errors were encountered:
That should only be required if the logging: toplevel entry was present in the config file. The CLI checks if it is there (here) and if that's the case passes it to Python's own logging.config.dictConfig() and hopes for the best. Without that key present, the default is used, which includes the version.
When I first tried rctmon I used the minimal configuration from README. Unfortunately it didn't work because apparently the following parameter was missing.
I know I could have solved this myself via pull request, but unfortunately I lack git experience.
The text was updated successfully, but these errors were encountered: