error_log          38 core/ngx_cycle.c static ngx_str_t  error_log = ngx_string(NGX_ERROR_LOG_PATH);
error_log         342 core/ngx_cycle.c         cycle->new_log.file = ngx_conf_open_file(cycle, &error_log);
error_log        1744 http/ngx_http.c     ls->logp = clcf->error_log;
error_log        1395 http/ngx_http_core_module.c         r->connection->log->file = clcf->error_log->file;
error_log        1398 http/ngx_http_core_module.c             r->connection->log->log_level = clcf->error_log->log_level;
error_log        3274 http/ngx_http_core_module.c     if (conf->error_log == NULL) {
error_log        3275 http/ngx_http_core_module.c         if (prev->error_log) {
error_log        3276 http/ngx_http_core_module.c             conf->error_log = prev->error_log;
error_log        3278 http/ngx_http_core_module.c             conf->error_log = &cf->cycle->new_log;
error_log        4283 http/ngx_http_core_module.c     if (clcf->error_log) {
error_log        4289 http/ngx_http_core_module.c     clcf->error_log = ngx_log_create(cf->cycle, &value[1]);
error_log        4290 http/ngx_http_core_module.c     if (clcf->error_log == NULL) {
error_log        4295 http/ngx_http_core_module.c         clcf->error_log->log_level = NGX_LOG_ERR;
error_log        4299 http/ngx_http_core_module.c     return ngx_log_set_levels(cf, clcf->error_log);
error_log         404 http/ngx_http_core_module.h     ngx_log_t    *error_log;
error_log         434 http/ngx_http_request.c     c->log->file = clcf->error_log->file;
error_log         436 http/ngx_http_request.c         c->log->log_level = clcf->error_log->log_level;
error_log        1770 http/ngx_http_request.c     r->connection->log->file = clcf->error_log->file;
error_log        1773 http/ngx_http_request.c         r->connection->log->log_level = clcf->error_log->log_level;