Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.c333 log_level = ZLOG_NOTICE; in fpm_conf_set_log_level()
1672 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1687 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1698 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1722 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1724 zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority); in fpm_conf_dump()
1727 zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm)); in fpm_conf_dump()
1756 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1760 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1764 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()
74 zlog(ZLOG_NOTICE, "systemd monitor interval set to %dms", fpm_global_config.systemd_interval); in fpm_systemd_heartbeat()
76 zlog(ZLOG_NOTICE, "systemd monitor disabled"); in fpm_systemd_heartbeat()
97 zlog(ZLOG_NOTICE, "systemd watchdog configured to %.3gsec", (float)interval / 1000.0); in fpm_systemd_conf()
H A Dfpm_events.c92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
113 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
120 zlog(ZLOG_NOTICE, "access log file re-opened"); in fpm_got_signal()
132 zlog(ZLOG_NOTICE, "Reloading in progress ..."); in fpm_got_signal()
383 zlog(ZLOG_NOTICE, "ready to handle connections"); in fpm_event_loop()
H A Dfpm_php_trace.c196 zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid); in fpm_php_trace()
224 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_unix.c312 …zlog(ZLOG_NOTICE, "[pool %s] 'user' directive is ignored when FPM is not running as root", wp->con… in fpm_unix_conf_wp()
315 …zlog(ZLOG_NOTICE, "[pool %s] 'group' directive is ignored when FPM is not running as root", wp->co… in fpm_unix_conf_wp()
318 …zlog(ZLOG_NOTICE, "[pool %s] 'chroot' directive is ignored when FPM is not running as root", wp->c… in fpm_unix_conf_wp()
321 …zlog(ZLOG_NOTICE, "[pool %s] 'process.priority' directive is ignored when FPM is not running as ro… in fpm_unix_conf_wp()
579 zlog(ZLOG_NOTICE, "'process.priority' directive is ignored when FPM is not running as root"); in fpm_unix_init_main()
H A Dfpm_children.c210 int severity = ZLOG_NOTICE; in fpm_children_bury()
256 zlog(ZLOG_NOTICE, "child %d stopped for tracing", (int) pid); in fpm_children_bury()
460 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
H A Dzlog.h43 ZLOG_NOTICE = 2, enumerator
H A Dzlog.c28 static int zlog_level = ZLOG_NOTICE;
36 [ZLOG_NOTICE] = "NOTICE",
45 [ZLOG_NOTICE] = LOG_NOTICE,
248 !launched && (flags & ZLOG_LEVEL_MASK) >= ZLOG_NOTICE) { in vzlog()
528 (flags & ZLOG_LEVEL_MASK) >= ZLOG_NOTICE in zlog_stream_init_internal()
H A Dfpm_log.c153 …zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_L… in fpm_log_write()
453 …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.c69 zlog(ZLOG_NOTICE, "exiting, bye-bye!"); in fpm_pctl_exit()
85 zlog(ZLOG_NOTICE, "reloading: execvp(\"%s\", {\"%s\"" in fpm_pctl_exec()
H A Dfpm_php.c269 …zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", pat… in fpm_php_limit_extensions()
H A Dfpm_sockets.c367 zlog(ZLOG_NOTICE, "Failed implicitly binding to ::, retrying with 0.0.0.0"); in fpm_socket_af_inet_listening_socket()
430 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
H A Dfpm_status.c59 zlog(ZLOG_NOTICE, "[pool (unknown)] status: scoreboard already in use."); in fpm_status_export_to_zval()
H A Dfpm_main.c612 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()

Completed in 52 milliseconds