mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
change the startup libevent info log from notice to debug
This commit is contained in:
parent
257a8dac20
commit
c350a3f761
@ -90,7 +90,7 @@ int fpm_event_init_main(struct event_base **base) /* {{{ */
|
||||
{
|
||||
*base = event_base_new();
|
||||
|
||||
zlog(ZLOG_STUFF, ZLOG_NOTICE, "libevent: using %s", event_base_get_method(*base));
|
||||
zlog(ZLOG_STUFF, ZLOG_DEBUG, "libevent: using %s", event_base_get_method(*base));
|
||||
|
||||
if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_event_cleanup, *base)) {
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user