Skip to content

Commit 6d401ad

Browse files
committed
change settings
1 parent e786565 commit 6d401ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
INTERNAL_IPS = ["127.0.0.1"]
1313

14-
LOGGING_CONFIG = None # avoids spurious output in tests
14+
LOGGING = { # avoids spurious output in tests
15+
"version": 1,
16+
"disable_existing_loggers": True,
17+
}
1518

1619

1720
# Application definition

0 commit comments

Comments
 (0)