Home
last modified time | relevance | path

Searched refs:loggingconf (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log.h280 int reopen_log_files(const LoggingConfig &loggingconf);
286 void redirect_stderr_to_errorlog(const LoggingConfig &loggingconf);
Dshrpx_log.cc873 int reopen_log_files(const LoggingConfig &loggingconf) { in reopen_log_files() argument
879 auto &accessconf = loggingconf.access; in reopen_log_files()
880 auto &errorconf = loggingconf.error; in reopen_log_files()
941 void redirect_stderr_to_errorlog(const LoggingConfig &loggingconf) { in redirect_stderr_to_errorlog() argument
943 auto &errorconf = loggingconf.error; in redirect_stderr_to_errorlog()
Dshrpx_worker_process.cc142 auto &loggingconf = config->logging; in reopen_log() local
144 (void)reopen_log_files(loggingconf); in reopen_log()
145 redirect_stderr_to_errorlog(loggingconf); in reopen_log()
Dshrpx.cc705 auto &loggingconf = config->logging; in reopen_log() local
707 (void)reopen_log_files(loggingconf); in reopen_log()
708 redirect_stderr_to_errorlog(loggingconf); in reopen_log()
1987 auto &loggingconf = config->logging; in fill_default_config() local
1989 auto &accessconf = loggingconf.access; in fill_default_config()
1993 auto &errorconf = loggingconf.error; in fill_default_config()
1997 loggingconf.syslog_facility = LOG_DAEMON; in fill_default_config()
1998 loggingconf.severity = NOTICE; in fill_default_config()
3548 auto &loggingconf = config->logging; in process_options() local
3550 if (loggingconf.access.syslog || loggingconf.error.syslog) { in process_options()
[all …]
Dshrpx_http_downstream_connection.cc935 auto &loggingconf = config->logging; in htp_hdrs_completecb() local
1022 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in htp_hdrs_completecb()
Dshrpx_http2_session.cc1107 auto &loggingconf = config->logging; in on_response_headers() local
1199 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in on_response_headers()