Searched refs:ZLOG_NOTICE (Results 1 – 14 of 14) sorted by relevance
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 313 log_level = ZLOG_NOTICE; in fpm_conf_set_log_level() 1522 zlog(ZLOG_NOTICE, "[General]"); in fpm_conf_dump() 1535 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump() 1543 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump() 1559 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump() 1561 zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority); in fpm_conf_dump() 1563 zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm)); in fpm_conf_dump() 1586 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump() 1590 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump() 1594 zlog(ZLOG_NOTICE, "\tphp_admin_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump() [all …]
|
H A D | zlog.c | 23 static int zlog_level = ZLOG_NOTICE; 29 [ZLOG_NOTICE] = "NOTICE", 38 [ZLOG_NOTICE] = LOG_NOTICE, 194 …og_fd != STDERR_FILENO && zlog_fd != -1 && !launched && (flags & ZLOG_LEVEL_MASK) >= ZLOG_NOTICE) { in zlog_ex()
|
H A D | fpm_events.c | 77 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal() 82 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal() 87 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal() 93 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal() 100 zlog(ZLOG_NOTICE, "access log file re-opened"); in fpm_got_signal() 109 zlog(ZLOG_NOTICE, "Reloading in progress ..."); in fpm_got_signal() 363 zlog(ZLOG_NOTICE, "ready to handle connections"); in fpm_event_loop()
|
H A D | fpm_unix.c | 124 …zlog(ZLOG_NOTICE, "[pool %s] 'user' directive is ignored when FPM is not running as root", wp->con… in fpm_unix_conf_wp() 127 …zlog(ZLOG_NOTICE, "[pool %s] 'group' directive is ignored when FPM is not running as root", wp->co… in fpm_unix_conf_wp() 130 …zlog(ZLOG_NOTICE, "[pool %s] 'chroot' directive is ignored when FPM is not running as root", wp->c… in fpm_unix_conf_wp() 133 …zlog(ZLOG_NOTICE, "[pool %s] 'process.priority' directive is ignored when FPM is not running as ro… in fpm_unix_conf_wp() 353 zlog(ZLOG_NOTICE, "'process.priority' directive is ignored when FPM is not running as root"); in fpm_unix_init_main()
|
H A D | fpm_php_trace.c | 142 zlog(ZLOG_NOTICE, "about to trace %d", (int) child->pid); in fpm_php_trace() 170 zlog(ZLOG_NOTICE, "finished trace of %d", (int) child->pid); in fpm_php_trace()
|
H A D | zlog.h | 29 ZLOG_NOTICE = 2, enumerator
|
H A D | fpm.c | 83 zlog(ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid); in fpm_init()
|
H A D | fpm_children.c | 185 int severity = ZLOG_NOTICE; in fpm_children_bury() 227 zlog(ZLOG_NOTICE, "child %d stopped for tracing", (int) pid); 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 D | fpm_process_ctl.c | 70 zlog(ZLOG_NOTICE, "exiting, bye-bye!"); in fpm_pctl_exit() 83 zlog(ZLOG_NOTICE, "reloading: execvp(\"%s\", {\"%s\"" in fpm_pctl_exec()
|
H A D | fpm_sockets.c | 285 zlog(ZLOG_NOTICE, "address '%s' resolved as %u.%u.%u.%u", addr, IPQUAD(&sa_in.sin_addr)); in fpm_socket_af_inet_listening_socket() 334 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited); in fpm_sockets_init_main()
|
H A D | fpm_php.c | 256 …zlog(ZLOG_NOTICE, "Access to the script '%s' has been denied (see security.limit_extensions)", pat… in fpm_php_limit_extensions()
|
H A D | fpm_status.c | 96 zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in used.", scoreboard_p->pool); in fpm_status_handle_request()
|
H A D | fpm_log.c | 153 …zlog(ZLOG_NOTICE, "the log buffer is full (%d). The access log request has been truncated.", FPM_L… in fpm_log_write()
|
H A D | fpm_main.c | 690 zlog(ZLOG_NOTICE, "PHP message: %s", message); in sapi_cgi_log_message()
|
Completed in 27 milliseconds