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
fix: ensure ngx_log_error and ngx_conf_log_error correctly filter log levels
currently, the filtering logic incorrectly excludes messages that match
exactly the configured log level threshold.
the fix corrects the logic.
Closes: #266
0 commit comments