mirror of
https://github.com/nginx/nginx.git
synced 2026-06-20 15:46:44 +00:00
add debug logging
This commit is contained in:
parent
fab5acdd28
commit
ac6e1c1254
1 changed files with 5 additions and 0 deletions
|
|
@ -363,6 +363,9 @@ ngx_http_perl_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,
|
|||
ctx->filename.data = NULL;
|
||||
ctx->redirect_uri.len = 0;
|
||||
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"perl variable done");
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
@ -443,6 +446,8 @@ ngx_http_perl_ssi(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ssi_ctx,
|
|||
ctx->redirect_uri.len = 0;
|
||||
ctx->ssi = NULL;
|
||||
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "perl ssi done");
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue