Skip to content

Commit 5611d4b

Browse files
committed
Remove link to logger docs here (also we're linking to dev docs)
1 parent 1b3e0c9 commit 5611d4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/settings/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
}
2222

2323
# Disable logging during tests to keep the output clean
24-
# https://docs.djangoproject.com/en/5.2/topics/logging/
2524
for logger in LOGGING["loggers"].values():
2625
logger["handlers"] = ["null"]
2726
logger["level"] = "CRITICAL"

0 commit comments

Comments
 (0)