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

Default PROJ debug level #2535

Closed
snowman2 opened this issue Feb 16, 2021 · 1 comment · Fixed by #2542
Closed

Default PROJ debug level #2535

snowman2 opened this issue Feb 16, 2021 · 1 comment · Fixed by #2542

Comments

@snowman2
Copy link
Contributor

With #2527, errors are no longer raised by default.

This is because PJ_LOG_NONE is the default:

Thoughts about making the default level PJ_LOG_ERROR so errors are logged by default?

@snowman2
Copy link
Contributor Author

snowman2 commented Feb 19, 2021

https://docs.python.org/3/howto/logging.html
"The root logger always has an explicit level set (WARNING by default)"

Seems like having ERROR as the default is reasonable if you follow the python logging pattern. Any opposition?

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

Successfully merging a pull request may close this issue.

1 participant