Home
last modified time | relevance | path

Searched refs:ZLOG_NOTICE (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c325 log_level = ZLOG_NOTICE; in fpm_conf_set_log_level()
1545 zlog(ZLOG_NOTICE, "[General]"); in fpm_conf_dump()
1558 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1569 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1585 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1587 zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority); in fpm_conf_dump()
1589 zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm)); in fpm_conf_dump()
1613 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1617 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1621 zlog(ZLOG_NOTICE, "\tphp_admin_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
[all …]
H A Dfpm_systemd.c41 zlog(ZLOG_NOTICE, "failed to notify status to systemd"); in fpm_systemd()
75 zlog(ZLOG_NOTICE, "systemd monitor interval set to %dms", fpm_global_config.systemd_interval); in fpm_systemd_heartbeat()
77 zlog(ZLOG_NOTICE, "systemd monitor disabled"); in fpm_systemd_heartbeat()
98 zlog(ZLOG_NOTICE, "systemd watchdog configured to %.3gsec", (float)interval / 1000.0); in fpm_systemd_conf()
H A Dzlog.c23 static int zlog_level = ZLOG_NOTICE;
29 [ZLOG_NOTICE] = "NOTICE",
38 [ZLOG_NOTICE] = LOG_NOTICE,
194 …og_fd != STDERR_FILENO && zlog_fd != -1 && !launched && (flags & ZLOG_LEVEL_MASK) >= ZLOG_NOTICE) { in zlog_ex()
H A Dfpm_events.c81 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
86 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
91 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
104 zlog(ZLOG_NOTICE, "access log file re-opened"); in fpm_got_signal()
113 zlog(ZLOG_NOTICE, "Reloading in progress ..."); in fpm_got_signal()
367 zlog(ZLOG_NOTICE, "ready to handle connections"); in fpm_event_loop()
H A Dfpm_unix.c124 …zlog(ZLOG_NOTICE, "[pool %s] 'user' directive is ignored when FPM is not running as root", wp->con… in fpm_unix_conf_wp()
127 …zlog(ZLOG_NOTICE, "[pool %s] 'group' directive is ignored when FPM is not running as root", wp->co… in fpm_unix_conf_wp()
130 …zlog(ZLOG_NOTICE, "[pool %s] 'chroot' directive is ignored when FPM is not running as root", wp->c… in fpm_unix_conf_wp()
133 …zlog(ZLOG_NOTICE, "[pool %s] 'process.priority' directive is ignored when FPM is not running as ro… in fpm_unix_conf_wp()
353 zlog(ZLOG_NOTICE, "'process.priority' directive is ignored when FPM is not running as root"); in fpm_unix_init_main()
H A Dzlog.h29 ZLOG_NOTICE = 2, enumerator
H A Dfpm_php_trace.c144 zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid); in fpm_php_trace()
172 zlog(ZLOG_NOTICE, "finished trace of %d", (int) child->pid); in fpm_php_trace()
H A Dfpm.c83 zlog(ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid); in fpm_init()
H A Dfpm_children.c185 int severity = ZLOG_NOTICE; in fpm_children_bury()
227 zlog(ZLOG_NOTICE, "child %d stopped for tracing", (int) pid); in fpm_children_bury()
421 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
H A Dfpm_log.c155 …zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_L… in fpm_log_write()
452 …zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_L… in fpm_log_write()
H A Dfpm_process_ctl.c70 zlog(ZLOG_NOTICE, "exiting, bye-bye!"); in fpm_pctl_exit()
83 zlog(ZLOG_NOTICE, "reloading: execvp(\"%s\", {\"%s\"" in fpm_pctl_exec()
H A Dfpm_php.c256 …zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", pat… in fpm_php_limit_extensions()
H A Dfpm_status.c96 zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in used.", scoreboard_p->pool); in fpm_status_handle_request()
H A Dfpm_sockets.c361 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited); in fpm_sockets_init_main()
H A Dfpm_main.c689 zlog(ZLOG_NOTICE, "PHP message: %s", message); in sapi_cgi_log_message()

Completed in 38 milliseconds