Skip to content

Commit 0f19874

Browse files
committed
Fix info_file logging handler example
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 2e5b0f8 commit 0f19874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/proxy_conf.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LOGGING:
4747
level: ERROR
4848
formatter: simple
4949
info_file:
50-
class: logging.FileHandler
50+
class: logging.handlers.RotatingFileHandler
5151
filename: satosa-info.log
5252
encoding: utf8
5353
maxBytes: 10485760 # 10MB

0 commit comments

Comments
 (0)