# HG changeset patch # User Igor Sysoev # Date 1237567853 0 # Node ID 41a965fba14137525f8683bb0111e99d1b95f74f # Parent d0a07e5710b51f58a7c8471157eeac3a0e5adf89 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 --- 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_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) {