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

Logging messages ([info] type) should be configurable to not print them at all #78

Open
Bender250 opened this issue Jun 6, 2018 · 1 comment

Comments

@Bender250
Copy link
Collaborator

For testing, it is difficult to find relevant information, when you are overwhelmed by the [info] messages.

@Bender250
Copy link
Collaborator Author

In contrast, for debug, we need much more information about the program's trace to be printed out. When config parsing fails, you always need to run debugger to find the issue. It would be nicer to see, which position of the config was parsed right now.

Possible workaround can be writing the debug info in json library. Change the methods json.at() and json.value() so they do not print only what is missing, but where is it missing (There is no key "source" in ).

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

No branches or pull requests

1 participant