Skip to content

Commit af60c67

Browse files
committed
fix ngx_log_debug
1 parent 9b64188 commit af60c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_apisix_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ ngx_http_apisix_is_upstream_pass_trailers(ngx_http_request_t *r)
10741074
ctx = ngx_http_apisix_get_module_ctx(r);
10751075

10761076
if (ctx != NULL && ctx->upstream_pass_trailers_set) {
1077-
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "apisix upstream pass trailers set: %d", ctx->upstream_pass_trailers);
1077+
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "apisix upstream pass trailers set: %d", ctx->upstream_pass_trailers);
10781078
return ctx->upstream_pass_trailers;
10791079
}
10801080

0 commit comments

Comments
 (0)