Skip to content

Commit 3eb0235

Browse files
committed
Updating standard log file location
1 parent 707c06b commit 3eb0235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/proxypos.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ logs:
3131
class: logging.handlers.RotatingFileHandler
3232
level: INFO
3333
formatter: simple
34-
filename: info.log
34+
filename: /var/log/proxypos/info.log
3535
maxBytes: 10485760 # 10MB
3636
backupCount: 20
3737
encoding: utf8
@@ -40,7 +40,7 @@ logs:
4040
class: logging.handlers.RotatingFileHandler
4141
level: ERROR
4242
formatter: simple
43-
filename: errors.log
43+
filename: /var/log/proxypos/error.log
4444
maxBytes: 10485760 # 10MB
4545
backupCount: 20
4646
encoding: utf8

0 commit comments

Comments
 (0)