Home
last modified time | relevance | path

Searched refs:ZLOG_WARNING (Results 1 – 20 of 20) sorted by relevance

/php-src/sapi/fpm/fpm/
H A Dfpm_log.c64 zlog(ZLOG_WARNING, "failed to change attribute of access_log"); in fpm_log_open()
143 zlog(ZLOG_WARNING, "unable to get scoreboard while preparing the access log"); in fpm_log_write()
148 …zlog(ZLOG_WARNING, "[pool %s] Unable to acquire shm slot while preparing the access log", scoreboa… in fpm_log_write()
208 …zlog(ZLOG_WARNING, "only 'total', 'user' or 'system' are allowed as a modifier for %%%c ('%s')", *… in fpm_log_write()
242 …zlog(ZLOG_WARNING, "only 'seconds', 'milli', 'milliseconds', 'micro' or 'microseconds' are allowed… in fpm_log_write()
250 …zlog(ZLOG_WARNING, "the name of the environment variable must be set between embraces for %%%c", *… in fpm_log_write()
299 …zlog(ZLOG_WARNING, "only 'bytes', 'kilo', 'kilobytes', 'mega' or 'megabytes' are allowed as a modi… in fpm_log_write()
313 zlog(ZLOG_WARNING, "the name of the header must be set between embraces for %%%c", *s); in fpm_log_write()
450 zlog(ZLOG_WARNING, "missing closing embrace in the access.format"); in fpm_log_write()
457 zlog(ZLOG_WARNING, "Invalid token in the access.format (%%%c)", *s); in fpm_log_write()
[all …]
H A Dfpm_request.c48 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_accepting()
80 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_reading_headers()
119 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_info()
162 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_executing()
187 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_end()
213 zlog(ZLOG_WARNING, "failed to acquire proc scoreboard"); in fpm_request_finished()
261 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s%s%s\") executing too slow (%… in fpm_request_check_timed_out()
272 …zlog(ZLOG_WARNING, "[pool %s] child %d, script '%s' (request: \"%s %s%s%s\") execution timed out (… in fpm_request_check_timed_out()
H A Dfpm_children.c175 zlog(ZLOG_WARNING, "failed to get attributes of listening socket, errno: %d", errno); in fpm_child_cloexec()
181 zlog(ZLOG_WARNING, "failed to change attribute of listening socket"); in fpm_child_cloexec()
246 severity = ZLOG_WARNING; in fpm_children_bury()
271 severity = ZLOG_WARNING; in fpm_children_bury()
329 …zlog(ZLOG_WARNING, "failed processes threshold (%d in %d sec) is reached, initiating reload", fpm_… in fpm_children_bury()
345 …zlog(ZLOG_WARNING, "unknown child (%d) exited %s - potentially a bug or pre exec child (e.g. s6-no… in fpm_children_bury()
451 zlog(ZLOG_WARNING, "child may miss signals"); in fpm_children_make()
487 …zlog(ZLOG_WARNING, "The maximum number of processes has been reached. Please review your configura… in fpm_children_make()
H A Dfpm_systemd.c65 zlog(ZLOG_WARNING, "failed to notify start to systemd"); in fpm_systemd_heartbeat()
95 zlog(ZLOG_WARNING, "systemd_interval option ignored"); in fpm_systemd_conf()
H A Dfpm_process_ctl.c82 zlog(ZLOG_WARNING, "concurrent reloads may be unstable"); in fpm_pctl_exec()
349 …zlog(ZLOG_WARNING, "[pool %s] listening queue is not empty, #%d requests are waiting to be served,… in fpm_pctl_perform_idle_server_maintenance()
410 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
418 …zlog(ZLOG_WARNING, "[pool %s] seems busy (you may need to increase pm.start_servers, or pm.min/max… in fpm_pctl_perform_idle_server_maintenance()
429 …zlog(ZLOG_WARNING, "[pool %s] server reached pm.max_children setting (%d), consider raising it", w… in fpm_pctl_perform_idle_server_maintenance()
533 …zlog(ZLOG_WARNING, "[pool %s] server reached max_children setting (%d), consider raising it", wp->… in fpm_pctl_on_socket_accept()
H A Dfpm_sockets.c218 zlog(ZLOG_WARNING, "failed to change socket attribute"); in fpm_sockets_new_listening_socket()
266 zlog(ZLOG_WARNING, "failed to change socket SO_SETFIB attribute"); in fpm_sockets_new_listening_socket()
327 zlog(ZLOG_WARNING, "Found multiple addresses for %s, %s ignored", addr, tmpbuf); in fpm_socket_af_inet_socket_by_addr()
407 ZLOG_WARNING, in fpm_socket_af_unix_listening_socket()
H A Dzlog.h44 ZLOG_WARNING = 3, enumerator
H A Dfpm_stdio.c195 zlog_stream_init_ex(log_stream, ZLOG_WARNING, STDERR_FILENO);
405 zlog(ZLOG_WARNING, "failed to change attribute of error_log");
H A Dfpm_signals.c149 zlog(ZLOG_WARNING, "failed to create a new socket"); in sig_soft_quit()
H A Dfpm_unix.c242 …zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.owner = '%s' is ignored", wp->config->name, c->liste… in fpm_unix_resolve_socket_permissions()
245 …zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.group = '%s' is ignored", wp->config->name, c->liste… in fpm_unix_resolve_socket_permissions()
464 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
H A Dfpm_scoreboard.c82 zlog(ZLOG_WARNING, "Unable to update scoreboard: the SHM has not been found"); in fpm_scoreboard_get_for_update()
H A Dfpm_conf.c353 log_level = ZLOG_WARNING; in fpm_conf_set_log_level()
947 …zlog(ZLOG_WARNING, "[pool %s] listen.backlog(%d) was too low for the ondemand process manager. I u… in fpm_conf_process_all_pools()
1049 …zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->conf… in fpm_conf_process_all_pools()
1087 …zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_trace_depth' is not supported on your system", wp->… in fpm_conf_process_all_pools()
1403 …zlog(ZLOG_WARNING, "Nothing matches the include pattern '%s' from %s at line %d.", inc, filename, … in fpm_conf_ini_parser_include()
H A Dzlog.c38 [ZLOG_WARNING] = "WARNING",
47 [ZLOG_WARNING] = LOG_WARNING,
H A Dfpm_main.c1589 zlog(ZLOG_WARNING, "Could die in the case of too early reload signal"); in main()
/php-src/sapi/fpm/fpm/events/
H A Dselect.c101 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
H A Dport.c131 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()
H A Dkqueue.c131 zlog(ZLOG_WARNING, "kevent() returns %d", errno); in fpm_event_kqueue_wait()
H A Depoll.c127 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno); in fpm_event_epoll_wait()
H A Ddevpoll.c160 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno); in fpm_event_devpoll_wait()
H A Dpoll.c142 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()

Completed in 72 milliseconds