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_worker_process.cc140 auto &loggingconf = config->logging; in reopen_log() local
142 (void)reopen_log_files(loggingconf); in reopen_log()
143 redirect_stderr_to_errorlog(loggingconf); in reopen_log()
Dshrpx_log.cc858 int reopen_log_files(const LoggingConfig &loggingconf) { in reopen_log_files() argument
864 auto &accessconf = loggingconf.access; in reopen_log_files()
865 auto &errorconf = loggingconf.error; in reopen_log_files()
926 void redirect_stderr_to_errorlog(const LoggingConfig &loggingconf) { in redirect_stderr_to_errorlog() argument
928 auto &errorconf = loggingconf.error; in redirect_stderr_to_errorlog()
Dshrpx.cc554 auto &loggingconf = config->logging; in reopen_log() local
556 (void)reopen_log_files(loggingconf); in reopen_log()
557 redirect_stderr_to_errorlog(loggingconf); in reopen_log()
1551 auto &loggingconf = config->logging; in fill_default_config() local
1553 auto &accessconf = loggingconf.access; in fill_default_config()
1557 auto &errorconf = loggingconf.error; in fill_default_config()
1561 loggingconf.syslog_facility = LOG_DAEMON; in fill_default_config()
1562 loggingconf.severity = NOTICE; in fill_default_config()
2914 auto &loggingconf = config->logging; in process_options() local
2916 if (loggingconf.access.syslog || loggingconf.error.syslog) { in process_options()
[all …]
Dshrpx_http_downstream_connection.cc912 auto &loggingconf = config->logging; in htp_hdrs_completecb() local
999 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in htp_hdrs_completecb()
Dshrpx_http2_session.cc1094 auto &loggingconf = config->logging; in on_response_headers() local
1186 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in on_response_headers()