Skip to content

Commit a0027d2

Browse files
committed
[chores] Removed duplicate "verbose" formatter in settings.py
[skip ci]
1 parent 1843c2d commit a0027d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/openwisp2/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@
313313
'main_log': {
314314
'level': 'INFO',
315315
'class': 'logging.handlers.RotatingFileHandler',
316-
'formatter': 'verbose',
317316
'filename': os.path.join(BASE_DIR, 'log/openwisp2.log'),
318317
'maxBytes': 15728640,
319318
'backupCount': 3,

0 commit comments

Comments
 (0)