Skip to content

Commit bf0631c

Browse files
committed
fix logging config error
1 parent 82f5235 commit bf0631c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/config/logging.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ args=(sys.stdout,)
2727
class=handlers.TimedRotatingFileHandler
2828
level=INFO
2929
formatter=mapswipeFormatter
30-
args=('/home/h9b/GIT_REPOS/python-mapswipe-workers/mapswipe_workers/logs/mapswipe_workers.log','D', 1, 14,)
30+
args=('/var/log/mapswipe_workers/mapswipe_workers.log','D', 1, 14,)
3131

3232
[formatter_mapswipeFormatter]
3333
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s

0 commit comments

Comments
 (0)