Home
last modified time | relevance | path

Searched refs:ZLOG_DEBUG (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c80 zlog(ZLOG_DEBUG, "Blocking some signals before reexec"); in fpm_pctl_exec()
159 zlog(ZLOG_DEBUG, "[pool %s] sending signal %d %s to child %d", in fpm_pctl_kill_all()
170 zlog(ZLOG_DEBUG, "%d child(ren) still alive", alive_children); in fpm_pctl_kill_all()
225 zlog(ZLOG_DEBUG, "not switching to '%s' state, because already in '%s' state", in fpm_pctl()
233 zlog(ZLOG_DEBUG, "switching to '%s' state", fpm_state_names[fpm_state]); in fpm_pctl()
365 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, ac… in fpm_pctl_perform_idle_server_maintenance()
382 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children, %d running children. … in fpm_pctl_perform_idle_server_maintenance()
431 …zlog(ZLOG_DEBUG, "[pool %s] %d child(ren) have been created dynamically", wp->config->name, childr… in fpm_pctl_perform_idle_server_maintenance()
463 zlog(ZLOG_DEBUG, "heartbeat have been set up with a timeout of %dms", fpm_globals.heartbeat); in fpm_pctl_heartbeat()
539 …zlog(ZLOG_DEBUG, "[pool %s] got accept without idle child available .... I forked", wp->config->na… in fpm_pctl_on_socket_accept()
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
348 zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); in fpm_event_init_main()
377 zlog(ZLOG_DEBUG, "%zu bytes have been reserved in SHM", fpm_shm_get_size_allocated()); in fpm_event_loop()
430 zlog(ZLOG_DEBUG, "event module triggered %d events", ret); in fpm_event_loop()
H A Dfpm_systemd.c68 zlog(ZLOG_DEBUG, "have notify start to systemd"); in fpm_systemd_heartbeat()
91 zlog(ZLOG_DEBUG, "WATCHDOG_USEC=%s, interval=%d", watchdog, interval); in fpm_systemd_conf()
H A Dfpm_children.c257 severity = ZLOG_DEBUG; in fpm_children_bury()
261 …zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seco… in fpm_children_bury()
407 zlog(ZLOG_DEBUG, "blocking signals before child birth"); in fpm_children_make()
423 zlog(ZLOG_DEBUG, "unblocking signals"); in fpm_children_make()
431 zlog(ZLOG_DEBUG, "unblocking signals, child born"); in fpm_children_make()
437 …zlog(is_debug ? ZLOG_DEBUG : ZLOG_NOTICE, "[pool %s] child %d started", wp->config->name, (int) pi… in fpm_children_make()
H A Dfpm_unix.c98 zlog(ZLOG_DEBUG, "[pool %s] user '%s' have uid=%d", wp->config->name, p, pwd->pw_uid); in fpm_unix_resolve_socket_premissions()
131 zlog(ZLOG_DEBUG, "[pool %s] group '%s' have gid=%d", wp->config->name, p, grp->gr_gid); in fpm_unix_resolve_socket_premissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
526 …zlog(ZLOG_DEBUG, "The calling process is waiting for the master process to ping via fd=%d", fpm_gl… in fpm_unix_init_main()
545 …zlog(ZLOG_DEBUG, "I received a valid acknowledge from the master process, I can exit without error… in fpm_unix_init_main()
549 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
H A Dzlog.c35 [ZLOG_DEBUG] = "DEBUG",
44 [ZLOG_DEBUG] = LOG_DEBUG,
62 } else if (log_level < ZLOG_DEBUG || log_level > ZLOG_ALERT) { in zlog_get_level_name()
83 if (zlog_level == ZLOG_DEBUG) { in zlog_print_time()
104 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; in zlog_set_level()
162 if (zlog_level == ZLOG_DEBUG) { in zlog_buf_prefix()
175 if (zlog_level == ZLOG_DEBUG) { in zlog_buf_prefix()
H A Dfpm_scoreboard.c38 zlog(ZLOG_DEBUG, "got clock tick '%.0f'", fpm_scoreboard_tick); in fpm_scoreboard_init_main()
322 zlog(ZLOG_DEBUG, "[pool %s] the proc->free_slot was not free. Let's search", scoreboard->pool); in fpm_scoreboard_proc_alloc()
H A Dzlog.h42 ZLOG_DEBUG = 1, enumerator
H A Dfpm_signals.c219 zlog(ZLOG_DEBUG, "Unblocking all signals"); in fpm_signals_init_main()
H A Dfpm_main.c1577 zlog(ZLOG_DEBUG, "Blocked some signals"); in main()
1839 zlog(ZLOG_DEBUG, "Sending \"0\" (error) to parent via fd=%d", fpm_globals.send_config_pipe[1]); in main()
1848 zlog(ZLOG_DEBUG, "Sending \"1\" (OK) to parent via fd=%d", fpm_globals.send_config_pipe[1]); in main()
1898 zlog(ZLOG_DEBUG, "Primary script unknown"); in main()
H A Dfpm_log.c48 zlog(ZLOG_DEBUG, "open access log (%s)", wp->config->access_log); in fpm_log_open()
H A Dfpm_sockets.c298 zlog(ZLOG_DEBUG, "Found address for %s, socket opened on %s", addr, tmpbuf); in fpm_socket_af_inet_socket_by_addr()
H A Dfpm_conf.c332 log_level = ZLOG_DEBUG; in fpm_conf_set_log_level()

Completed in 118 milliseconds