Skip to content

Commit b83b672

Browse files
committed
fix log tuning mistake
1 parent 42ed8b3 commit b83b672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/files/etc/supervisor/conf.d/40-stunnel.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_stderr=false
99
stderr_logfile=/var/www/MISP/app/tmp/logs/stunnel-errors.log
1010
stdout_logfile=/var/www/MISP/app/tmp/logs/stunnel.log
1111
stderr_logfile_backups=2
12-
stderr_logfile_backups=2
13-
stdout_logfile_maxbytes=5MB
12+
stderr_logfile_maxbytes=5MB
13+
stdout_logfile_backups=2
1414
stdout_logfile_maxbytes=5MB
1515
user=root

0 commit comments

Comments
 (0)