Home
last modified time | relevance | path

Searched refs:error_log (Results 1 – 17 of 17) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c212 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 Dngx_mail.h126 ngx_log_t *error_log; member
H A Dngx_mail.c331 ls->logp = cscf->error_log; in ngx_mail_optimize_servers()
H A Dngx_mail_handler.c139 ngx_set_connection_log(c, cscf->error_log); in ngx_mail_init_connection()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c473 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 Dngx_stream.h184 ngx_log_t *error_log; member
H A Dngx_stream_handler.c141 ngx_set_connection_log(c, cscf->error_log); in ngx_stream_init_connection()
H A Dngx_stream.c492 ls->logp = cscf->error_log; in ngx_stream_optimize_servers()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c407 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 DCHANGES.ru1312 *) Добавление: директиву 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 DCHANGES1288 *) 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 Dngx_http_core_module.h434 ngx_log_t *error_log; member
H A Dngx_http_core_module.c1234 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 Dngx_http_request.c520 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 Dngx_http.c1721 ls->logp = clcf->error_log; in ngx_http_add_listening()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2194 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 Dnginx.vim190 syn keyword ngxDirective contained error_log