From: Igor Sysoev Date: Fri, 20 Mar 2009 16:50:53 +0000 (+0000) Subject: add full path debug log in try_files X-Git-Tag: release-0.7.44~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c7ce3a99bc8f21a89370f06b0aff8cdbcab88765;p=nginx.git add full path debug log in try_files --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index ca9bc4f81..05c866128 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1134,8 +1134,8 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r, tf++; - ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "try to use file: \"%s\"", name); + ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, + "try to use file: \"%s\" \"%s\"", name, path.data); if (tf->lengths == NULL && tf->name.len == 0) {