Skip to content

Commit

Permalink
[chores] Removed duplicate "verbose" formatter in settings.py
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nemesifier committed Sep 28, 2021
1 parent 1843c2d commit a0027d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@
'main_log': {
'level': 'INFO',
'class': 'logging.handlers.RotatingFileHandler',
'formatter': 'verbose',
'filename': os.path.join(BASE_DIR, 'log/openwisp2.log'),
'maxBytes': 15728640,
'backupCount': 3,
Expand Down

0 comments on commit a0027d2

Please sign in to comment.