ZLOG_NOTICE 83 sapi/fpm/fpm/fpm.c zlog(ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid);
ZLOG_NOTICE 185 sapi/fpm/fpm/fpm_children.c int severity = ZLOG_NOTICE;
ZLOG_NOTICE 227 sapi/fpm/fpm/fpm_children.c zlog(ZLOG_NOTICE, "child %d stopped for tracing", (int) pid);
ZLOG_NOTICE 421 sapi/fpm/fpm/fpm_children.c zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pid);
ZLOG_NOTICE 324 sapi/fpm/fpm/fpm_conf.c log_level = ZLOG_NOTICE;
ZLOG_NOTICE 1539 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "[General]");
ZLOG_NOTICE 1540 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpid = %s", STR2STR(fpm_global_config.pid_file));
ZLOG_NOTICE 1541 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\terror_log = %s", STR2STR(fpm_global_config.error_log));
ZLOG_NOTICE 1543 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsyslog.ident = %s", STR2STR(fpm_global_config.syslog_ident));
ZLOG_NOTICE 1544 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsyslog.facility = %d", fpm_global_config.syslog_facility); /* FIXME: convert to string */
ZLOG_NOTICE 1546 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlog_level = %s", zlog_get_level_name(fpm_globals.log_level));
ZLOG_NOTICE 1547 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\temergency_restart_interval = %ds", fpm_global_config.emergency_restart_interval);
ZLOG_NOTICE 1548 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\temergency_restart_threshold = %d", fpm_global_config.emergency_restart_threshold);
ZLOG_NOTICE 1549 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess_control_timeout = %ds", fpm_global_config.process_control_timeout);
ZLOG_NOTICE 1550 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.max = %d", fpm_global_config.process_max);
ZLOG_NOTICE 1552 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = undefined");
ZLOG_NOTICE 1554 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = %d", fpm_global_config.process_priority);
ZLOG_NOTICE 1556 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tdaemonize = %s", BOOL2STR(fpm_global_config.daemonize));
ZLOG_NOTICE 1557 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_files = %d", fpm_global_config.rlimit_files);
ZLOG_NOTICE 1558 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_core = %d", fpm_global_config.rlimit_core);
ZLOG_NOTICE 1559 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tevents.mechanism = %s", fpm_event_machanism_name());
ZLOG_NOTICE 1561 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsystemd_interval = %ds", fpm_global_config.systemd_interval/1000);
ZLOG_NOTICE 1563 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, " ");
ZLOG_NOTICE 1568 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "[%s]", STR2STR(wp->config->name));
ZLOG_NOTICE 1569 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprefix = %s", STR2STR(wp->config->prefix));
ZLOG_NOTICE 1570 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user));
ZLOG_NOTICE 1571 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group));
ZLOG_NOTICE 1572 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten = %s", STR2STR(wp->config->listen_address));
ZLOG_NOTICE 1573 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.backlog = %d", wp->config->listen_backlog);
ZLOG_NOTICE 1574 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.owner = %s", STR2STR(wp->config->listen_owner));
ZLOG_NOTICE 1575 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.group = %s", STR2STR(wp->config->listen_group));
ZLOG_NOTICE 1576 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.mode = %s", STR2STR(wp->config->listen_mode));
ZLOG_NOTICE 1577 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.allowed_clients = %s", STR2STR(wp->config->listen_allowed_clients));
ZLOG_NOTICE 1579 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = undefined");
ZLOG_NOTICE 1581 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority);
ZLOG_NOTICE 1583 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm));
ZLOG_NOTICE 1584 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_children = %d", wp->config->pm_max_children);
ZLOG_NOTICE 1585 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.start_servers = %d", wp->config->pm_start_servers);
ZLOG_NOTICE 1586 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.min_spare_servers = %d", wp->config->pm_min_spare_servers);
ZLOG_NOTICE 1587 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_spare_servers = %d", wp->config->pm_max_spare_servers);
ZLOG_NOTICE 1588 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.process_idle_timeout = %d", wp->config->pm_process_idle_timeout);
ZLOG_NOTICE 1589 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.max_requests = %d", wp->config->pm_max_requests);
ZLOG_NOTICE 1590 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path));
ZLOG_NOTICE 1591 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tping.path = %s", STR2STR(wp->config->ping_path));
ZLOG_NOTICE 1592 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tping.response = %s", STR2STR(wp->config->ping_response));
ZLOG_NOTICE 1593 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\taccess.log = %s", STR2STR(wp->config->access_log));
ZLOG_NOTICE 1594 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\taccess.format = %s", STR2STR(wp->config->access_format));
ZLOG_NOTICE 1595 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tslowlog = %s", STR2STR(wp->config->slowlog));
ZLOG_NOTICE 1596 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trequest_slowlog_timeout = %ds", wp->config->request_slowlog_timeout);
ZLOG_NOTICE 1597 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trequest_terminate_timeout = %ds", wp->config->request_terminate_timeout);
ZLOG_NOTICE 1598 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_files = %d", wp->config->rlimit_files);
ZLOG_NOTICE 1599 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\trlimit_core = %d", wp->config->rlimit_core);
ZLOG_NOTICE 1600 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tchroot = %s", STR2STR(wp->config->chroot));
ZLOG_NOTICE 1601 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tchdir = %s", STR2STR(wp->config->chdir));
ZLOG_NOTICE 1602 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output));
ZLOG_NOTICE 1603 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tsecurity.limit_extensions = %s", wp->config->security_limit_extensions);
ZLOG_NOTICE 1606 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value);
ZLOG_NOTICE 1610 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value);
ZLOG_NOTICE 1614 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tphp_admin_value[%s] = %s", kv->key, kv->value);
ZLOG_NOTICE 1616 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, " ");
ZLOG_NOTICE 1676 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "configuration file %s test is successful\n", fpm_globals.config);
ZLOG_NOTICE 81 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Terminating ...");
ZLOG_NOTICE 86 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Terminating ...");
ZLOG_NOTICE 91 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Finishing ...");
ZLOG_NOTICE 97 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "error log file re-opened");
ZLOG_NOTICE 104 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "access log file re-opened");
ZLOG_NOTICE 113 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "Reloading in progress ...");
ZLOG_NOTICE 367 sapi/fpm/fpm/fpm_events.c zlog(ZLOG_NOTICE, "ready to handle connections");
ZLOG_NOTICE 153 sapi/fpm/fpm/fpm_log.c zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_LOG_BUFFER);
ZLOG_NOTICE 685 sapi/fpm/fpm/fpm_main.c zlog(ZLOG_NOTICE, "PHP message: %s", message);
ZLOG_NOTICE 256 sapi/fpm/fpm/fpm_php.c zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", path);
ZLOG_NOTICE 144 sapi/fpm/fpm/fpm_php_trace.c zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid);
ZLOG_NOTICE 172 sapi/fpm/fpm/fpm_php_trace.c zlog(ZLOG_NOTICE, "finished trace of %d", (int) child->pid);
ZLOG_NOTICE 70 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_NOTICE, "exiting, bye-bye!");
ZLOG_NOTICE 83 sapi/fpm/fpm/fpm_process_ctl.c zlog(ZLOG_NOTICE, "reloading: execvp(\"%s\", {\"%s\""
ZLOG_NOTICE 285 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_NOTICE, "address '%s' resolved as %u.%u.%u.%u", addr, IPQUAD(&sa_in.sin_addr));
ZLOG_NOTICE 334 sapi/fpm/fpm/fpm_sockets.c zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited);
ZLOG_NOTICE 96 sapi/fpm/fpm/fpm_status.c zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in used.", scoreboard_p->pool);
ZLOG_NOTICE 41 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "failed to notify status to systemd");
ZLOG_NOTICE 75 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd monitor interval set to %dms", fpm_global_config.systemd_interval);
ZLOG_NOTICE 77 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd monitor disabled");
ZLOG_NOTICE 98 sapi/fpm/fpm/fpm_systemd.c zlog(ZLOG_NOTICE, "systemd watchdog configured to %.3gsec", (float)interval / 1000.0);
ZLOG_NOTICE 124 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'user' directive is ignored when FPM is not running as root", wp->config->name);
ZLOG_NOTICE 127 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'group' directive is ignored when FPM is not running as root", wp->config->name);
ZLOG_NOTICE 130 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'chroot' directive is ignored when FPM is not running as root", wp->config->name);
ZLOG_NOTICE 133 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "[pool %s] 'process.priority' directive is ignored when FPM is not running as root", wp->config->name);
ZLOG_NOTICE 353 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_NOTICE, "'process.priority' directive is ignored when FPM is not running as root");
ZLOG_NOTICE 23 sapi/fpm/fpm/zlog.c static int zlog_level = ZLOG_NOTICE;
ZLOG_NOTICE 29 sapi/fpm/fpm/zlog.c [ZLOG_NOTICE] = "NOTICE",
ZLOG_NOTICE 38 sapi/fpm/fpm/zlog.c [ZLOG_NOTICE] = LOG_NOTICE,
ZLOG_NOTICE 194 sapi/fpm/fpm/zlog.c if (zlog_fd != STDERR_FILENO && zlog_fd != -1 && !launched && (flags & ZLOG_LEVEL_MASK) >= ZLOG_NOTICE) {