comparison userid.t @ 1177:382011b269f1

Tests: do not inadvertently disable debug logging in userid.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 26 May 2017 19:29:56 +0300
parents 882267679006
children 2d7fcd713b66
comparison
equal deleted inserted replaced
1176:eaa92d810bbb 1177:382011b269f1
54 add_header X-Reset $uid_reset; 54 add_header X-Reset $uid_reset;
55 add_header X-Set $uid_set; 55 add_header X-Set $uid_set;
56 userid on; 56 userid on;
57 57
58 location / { 58 location / {
59 error_log %%TESTDIR%%/error.log debug;
59 error_log %%TESTDIR%%/error_reset.log info; 60 error_log %%TESTDIR%%/error_reset.log info;
60 } 61 }
61 62
62 location /name { 63 location /name {
63 userid_name test; 64 userid_name test;