We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91717ac commit 2cce8d7Copy full SHA for 2cce8d7
sapi/fpm/fpm/fpm_stdio.c
@@ -41,6 +41,7 @@ int fpm_stdio_init_main() /* {{{ */
41
42
int fpm_stdio_init_final() /* {{{ */
43
{
44
+ zlog_set_level(fpm_globals.log_level);
45
if (fpm_global_config.daemonize) {
46
if (fpm_globals.error_log_fd != STDERR_FILENO) {
47
/* there might be messages to stderr from libevent, we need to log them all */
@@ -49,7 +50,6 @@ int fpm_stdio_init_final() /* {{{ */
49
50
return -1;
51
}
52
- zlog_set_level(fpm_globals.log_level);
53
zlog_set_fd(fpm_globals.error_log_fd);
54
55
return 0;
0 commit comments