]> git.kaiwu.me - nginx.git/commit
Merging r4013, r4200:
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 11:23:26 +0000 (11:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 11:23:26 +0000 (11:23 +0000)
commit1b6bed1c8e0652e133155c323a3fdd56f3fb31c3
tree74155fba8c77ee024673af26ca983e01b6efb9c1
parentf59e9d45fb8ee216dd7db6a723a7912c012e4b5b
Merging r4013, r4200:

error_log related fixes:

*) Complain on invalid log levels.

   Previously only first log level was required to be correct, while
   error_log directive in fact accepts list of levels (e.g. one may
   specify "error_log ... debug_core debug_http;").  This resulted
   in (avoidable) wierd behaviour on missing semicolon after error_log
   directive, e.g.

       error_log /path/to/log info
       index index.php;

   silently skipped index directive and it's arguments (trying to
   interpret them as log levels without checking to be correct).

*) Fixed configuration summary and manpage contents for the special
   --error-log-path=stderr case.
auto/install
src/core/ngx_log.c