Searched refs:accessconf (Results 1 – 2 of 2) sorted by relevance
580 auto &accessconf = get_config()->logging.access; in upstream_accesslog() local582 if (lgconf->accesslog_fd == -1 && !accessconf.syslog) { in upstream_accesslog()844 if (accessconf.syslog) { in upstream_accesslog()864 auto &accessconf = loggingconf.access; in reopen_log_files() local867 if (!accessconf.syslog && !accessconf.file.empty()) { in reopen_log_files()868 new_accesslog_fd = open_log_file(accessconf.file.c_str()); in reopen_log_files()871 LOG(ERROR) << "Failed to open accesslog file " << accessconf.file; in reopen_log_files()
1553 auto &accessconf = loggingconf.access; in fill_default_config() local1554 accessconf.format = in fill_default_config()