]> git.kaiwu.me - nginx.git/commit
Core: moved initialization of log level.
authorVladimir Homutov <vl@nginx.com>
Thu, 13 Jun 2013 10:50:10 +0000 (14:50 +0400)
committerVladimir Homutov <vl@nginx.com>
Thu, 13 Jun 2013 10:50:10 +0000 (14:50 +0400)
commitaac7f7f4648dd5b1ada39931f4dc88e0645ce7c1
tree84bbdb479b0ecfe807b29e2244a62998323976a4
parentde2ec2c65099b18f02020107fc97b5c639ed5aec
Core: moved initialization of log level.

The cycle->new_log->log_level should only be initialized by ngx_init_cycle()
if no error logs were found in the configuration.  This move allows to get rid
of extra initialization in ngx_error_log().
src/core/ngx_cycle.c
src/core/ngx_log.c