Skip to content

Commit 3f2a3d0

Browse files
authored
Fix to stdout_logfile_maxbytes values
ONLY suffix multipliers like “KB”, “MB”, and “GB” can be used in the value.
1 parent 28eff5c commit 3f2a3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/supervisord.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ distributions is located at ``/etc/supervisord.conf``::
112112

113113
redirect_stderr=true
114114
stdout_logfile=/home/telegrambot/mybot.log
115-
stdout_logfile_maxbytes=10M
115+
stdout_logfile_maxbytes=10MB
116116

117117
This will create a process named ``mybot`` with some standard configuration:
118118

0 commit comments

Comments
 (0)