Searched refs:error_log (Results 1 – 17 of 17) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 212 if (conf->error_log == NULL) { in ngx_mail_core_merge_srv_conf() 213 if (prev->error_log) { in ngx_mail_core_merge_srv_conf() 214 conf->error_log = prev->error_log; in ngx_mail_core_merge_srv_conf() 216 conf->error_log = &cf->cycle->new_log; in ngx_mail_core_merge_srv_conf() 643 return ngx_log_set_log(cf, &cscf->error_log); in ngx_mail_core_error_log()
|
| H A D | ngx_mail.h | 126 ngx_log_t *error_log; member
|
| H A D | ngx_mail.c | 331 ls->logp = cscf->error_log; in ngx_mail_optimize_servers()
|
| H A D | ngx_mail_handler.c | 139 ngx_set_connection_log(c, cscf->error_log); in ngx_mail_init_connection()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_core_module.c | 473 if (conf->error_log == NULL) { in ngx_stream_core_merge_srv_conf() 474 if (prev->error_log) { in ngx_stream_core_merge_srv_conf() 475 conf->error_log = prev->error_log; in ngx_stream_core_merge_srv_conf() 477 conf->error_log = &cf->cycle->new_log; in ngx_stream_core_merge_srv_conf() 507 return ngx_log_set_log(cf, &cscf->error_log); in ngx_stream_core_error_log()
|
| H A D | ngx_stream.h | 184 ngx_log_t *error_log; member
|
| H A D | ngx_stream_handler.c | 141 ngx_set_connection_log(c, cscf->error_log); in ngx_stream_init_connection()
|
| H A D | ngx_stream.c | 492 ls->logp = cscf->error_log; in ngx_stream_optimize_servers()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_log.c | 407 static ngx_str_t error_log = ngx_string(NGX_ERROR_LOG_PATH); local 428 log->file = ngx_conf_open_file(cycle, &error_log);
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 1312 *) Добавление: директиву error_log теперь можно использовать на уровнях 1399 error_log'и только раз в секунду. 1682 *) Добавление: директивы error_log и access_log теперь поддерживают 2047 *) Добавление: теперь можно использовать несколько директив error_log. 2610 задана директива error_log. 3989 записывалась в access_log только при использовании error_log на 4034 *) Исправление: при использовании error_log на уровне info или debug в 4345 error_log и выводятся на stderr. 5475 *) Изменение: в error_log теперь записывается полная строка запроса 6108 сообщение в error_log, но не чаще одного раза в минуту. [all …]
|
| H A D | CHANGES | 1288 *) Feature: the "error_log" directive can now be used on mail and server 1647 *) Feature: the "error_log" and "access_log" directives now support 2001 *) Feature: now several "error_log" directives can be used. 2557 "resolver" directive was used and there was no "error_log" directive 3917 access_log only if error_log was set to "info" or "debug" level. 3958 error_log was set to info or debug level. 4264 error_log and stderr. 5363 error_log. 5985 to error_log, but not more often than once a minute.
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 434 ngx_log_t *error_log; member
|
| H A D | ngx_http_core_module.c | 1234 ngx_set_connection_log(r->connection, clcf->error_log); in ngx_http_update_location_config() 3605 if (conf->error_log == NULL) { in ngx_http_core_merge_loc_conf() 3606 if (prev->error_log) { in ngx_http_core_merge_loc_conf() 3607 conf->error_log = prev->error_log; in ngx_http_core_merge_loc_conf() 3609 conf->error_log = &cf->cycle->new_log; in ngx_http_core_merge_loc_conf() 4801 return ngx_log_set_log(cf, &clcf->error_log); in ngx_http_core_error_log()
|
| H A D | ngx_http_request.c | 520 ngx_set_connection_log(c, clcf->error_log); in ngx_http_create_request() 928 ngx_set_connection_log(c, clcf->error_log); in ngx_http_ssl_servername() 2227 ngx_set_connection_log(r->connection, clcf->error_log); in ngx_http_set_virtual_server()
|
| H A D | ngx_http.c | 1721 ls->logp = clcf->error_log; in ngx_http_add_listening()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_removal.c | 2194 int error = 0, error_log; in spa_vdev_remove() local 2299 error_log = error; in spa_vdev_remove() 2311 if (error_log == 0 && vd_type != NULL && vd_path != NULL) { in spa_vdev_remove()
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 190 syn keyword ngxDirective contained error_log
|