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.cc664 auto &loggingconf = config->logging; in reopen_log() local
666 (void)reopen_log_files(loggingconf); in reopen_log()
667 redirect_stderr_to_errorlog(loggingconf); in reopen_log()
2112 auto &loggingconf = config->logging; in fill_default_config() local
2114 auto &accessconf = loggingconf.access; in fill_default_config()
2118 auto &errorconf = loggingconf.error; in fill_default_config()
2122 loggingconf.syslog_facility = LOG_DAEMON; in fill_default_config()
2123 loggingconf.severity = NOTICE; in fill_default_config()
3672 auto &loggingconf = config->logging; in process_options() local
3674 if (loggingconf.access.syslog || loggingconf.error.syslog) { in process_options()
[all …]
Dshrpx_http_downstream_connection.cc940 auto &loggingconf = config->logging; in htp_hdrs_completecb() local
1037 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()