Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimal configuration not working #28

Open
hackentrick opened this issue Nov 26, 2022 · 1 comment
Open

minimal configuration not working #28

hackentrick opened this issue Nov 26, 2022 · 1 comment

Comments

@hackentrick
Copy link

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.

@svalouch
Copy link
Owner

svalouch commented Oct 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants