Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c28 [ZLOG_DEBUG] = "DEBUG",
37 [ZLOG_DEBUG] = LOG_DEBUG,
55 } else if (log_level < ZLOG_DEBUG || log_level > ZLOG_ALERT) { in zlog_get_level_name()
73 if (zlog_level == ZLOG_DEBUG) { in zlog_print_time()
94 if (new_value < ZLOG_DEBUG || new_value > ZLOG_ALERT) return old_value; in zlog_set_level()
132 if (zlog_level == ZLOG_DEBUG) { in zlog_ex()
144 if (zlog_level == ZLOG_DEBUG) { in zlog_ex()
H A Dfpm_events.c76 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
80 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
85 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
90 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
95 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
112 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
337 zlog(ZLOG_DEBUG, "event module is %s and %d fds have been reserved", module->name, max); in fpm_event_init_main()
366 zlog(ZLOG_DEBUG, "%zu bytes have been reserved in SHM", fpm_shm_get_size_allocated()); in fpm_event_loop()
419 zlog(ZLOG_DEBUG, "event module triggered %d events", ret); in fpm_event_loop()
H A Dfpm_process_ctl.c157 zlog(ZLOG_DEBUG, "[pool %s] sending signal %d %s to child %d", in fpm_pctl_kill_all()
168 zlog(ZLOG_DEBUG, "%d child(ren) still alive", alive_children); in fpm_pctl_kill_all()
223 zlog(ZLOG_DEBUG, "not switching to '%s' state, because already in '%s' state", in fpm_pctl()
231 zlog(ZLOG_DEBUG, "switching to '%s' state", fpm_state_names[fpm_state]); in fpm_pctl()
362 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, ac… in fpm_pctl_perform_idle_server_maintenance()
379 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children, %d running children. … in fpm_pctl_perform_idle_server_maintenance()
428 …zlog(ZLOG_DEBUG, "[pool %s] %d child(ren) have been created dynamically", wp->config->name, childr… in fpm_pctl_perform_idle_server_maintenance()
460 zlog(ZLOG_DEBUG, "heartbeat have been set up with a timeout of %dms", fpm_globals.heartbeat); in fpm_pctl_heartbeat()
536 …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_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 Dzlog.h28 ZLOG_DEBUG = 1, enumerator
H A Dfpm_children.c250 severity = ZLOG_DEBUG; in fpm_children_bury()
254 …zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seco… 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_unix.c305 …zlog(ZLOG_DEBUG, "The calling process is waiting for the master process to ping via fd=%d", fpm_gl… in fpm_unix_init_main()
324 …zlog(ZLOG_DEBUG, "I received a valid acknoledge from the master process, I can exit without error"… in fpm_unix_init_main()
328 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
H A Dfpm_scoreboard.c40 zlog(ZLOG_DEBUG, "got clock tick '%.0f'", fpm_scoreboard_tick); in fpm_scoreboard_init_main()
296 zlog(ZLOG_DEBUG, "[pool %s] the proc->free_slot was not free. Let's search", scoreboard->pool); in fpm_scoreboard_proc_alloc()
H A Dfpm_log.c50 zlog(ZLOG_DEBUG, "open access log (%s)", wp->config->access_log); in fpm_log_open()
H A Dfpm_sockets.c310 zlog(ZLOG_DEBUG, "Found address for %s, socket opened on %s", dup_address, tmpbuf); in fpm_socket_af_inet_listening_socket()
H A Dfpm_main.c1851 zlog(ZLOG_DEBUG, "Sending \"0\" (error) to parent via fd=%d", fpm_globals.send_config_pipe[1]);
1860 zlog(ZLOG_DEBUG, "Sending \"1\" (OK) to parent via fd=%d", fpm_globals.send_config_pipe[1]);
1911 zlog(ZLOG_DEBUG, "Primary script unknown");
H A Dfpm_conf.c323 log_level = ZLOG_DEBUG; in fpm_conf_set_log_level()

Completed in 35 milliseconds