Skip to content

Commit

Permalink
Updating standard log file location
Browse files Browse the repository at this point in the history
  • Loading branch information
agb80 committed Jun 6, 2014
1 parent 707c06b commit 3eb0235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/proxypos.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logs:
class: logging.handlers.RotatingFileHandler
level: INFO
formatter: simple
filename: info.log
filename: /var/log/proxypos/info.log
maxBytes: 10485760 # 10MB
backupCount: 20
encoding: utf8
Expand All @@ -40,7 +40,7 @@ logs:
class: logging.handlers.RotatingFileHandler
level: ERROR
formatter: simple
filename: errors.log
filename: /var/log/proxypos/error.log
maxBytes: 10485760 # 10MB
backupCount: 20
encoding: utf8
Expand Down

0 comments on commit 3eb0235

Please sign in to comment.