Skip to content

Reduce log level for debug messages #154

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

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

Alphix
Copy link
Collaborator

@Alphix Alphix commented Jan 12, 2025

Debians nginx is built using --with-debug, meaning that these messages will be printed unconditionally if they're at level "INFO". Also, there are some places that use NGX_LOG_INFO and some that use NGX_LOG_DEBUG in the same "if (NGX_DEBUG)" block, so this makes the code more consistent.

Debians nginx is built using --with-debug, meaning that these messages will be
printed unconditionally if they're at level "INFO". Also, there are some places
that use NGX_LOG_INFO and some that use NGX_LOG_DEBUG in the same
"if (NGX_DEBUG)" block, so this makes the code more consistent.
@stnoonan stnoonan merged commit c805608 into stnoonan:master Jan 13, 2025
@Alphix Alphix deleted the lower-debug-print-level branch January 13, 2025 14:55
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 this pull request may close these issues.

2 participants