Lines Matching refs:syslog
28 # include <syslog.h>
169 (lgconf->errorlog_fd == -1 && !errorconf.syslog)) {
173 if (errorconf.syslog) {
175 syslog(severity_to_syslog_level(severity_), "[%s] %.*s",
179 syslog(severity_to_syslog_level(severity_), "[%s] %.*s (%s:%d)",
582 if (lgconf->accesslog_fd == -1 && !accessconf.syslog) {
859 if (accessconf.syslog) {
860 syslog(LOG_INFO, "%s", buf.data());
882 if (!accessconf.syslog && !accessconf.file.empty()) {
891 if (!errorconf.syslog && !errorconf.file.empty()) {
945 if (errorconf.syslog || lgconf->errorlog_fd == -1) {