Home
last modified time | relevance | path

Searched refs:ZLOG_ALERT (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_conf.c337 log_level = ZLOG_ALERT; in fpm_conf_set_log_level()
817 zlog(ZLOG_ALERT, "[pool %s] user has not been defined", wp->config->name); in fpm_conf_process_all_pools()
829 zlog(ZLOG_ALERT, "[pool %s] no listen address have been defined!", wp->config->name); in fpm_conf_process_all_pools()
840 …zlog(ZLOG_ALERT, "[pool %s] the process manager is missing (static, dynamic or ondemand)", wp->con… in fpm_conf_process_all_pools()
846 zlog(ZLOG_ALERT, "[pool %s] pm.max_children must be a positive value", wp->config->name); in fpm_conf_process_all_pools()
855 …zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) must be a positive value", wp->config->name, … in fpm_conf_process_all_pools()
860 …zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must be a positive value", wp->config->name, … in fpm_conf_process_all_pools()
866 …zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) and pm.max_spare_servers(%d) cannot be greate… in fpm_conf_process_all_pools()
871 …zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must not be less than pm.min_spare_servers(%d… in fpm_conf_process_all_pools()
887 …zlog(ZLOG_ALERT, "[pool %s] ondemand process manager can ONLY be used when events.mechanisme is ei… in fpm_conf_process_all_pools()
[all …]
H A Dzlog.h46 ZLOG_ALERT = 5, enumerator
H A Dzlog.c39 [ZLOG_ALERT] = "ALERT",
48 [ZLOG_ALERT] = LOG_ALERT,
62 } else if (log_level < ZLOG_DEBUG || log_level > ZLOG_ALERT) { in zlog_get_level_name()
104 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; in zlog_set_level()
H A Dfpm_children.c301 …zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://github.com… in fpm_children_bury()
H A Dfpm_sockets.c362 int old_level = zlog_set_level(ZLOG_ALERT); in fpm_socket_af_inet_listening_socket()

Completed in 29 milliseconds