Skip to content

Commit 45313c8

Browse files
committed
DOC: Note in settings_ci
1 parent 3233a38 commit 45313c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/server/settings_ci.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
from .settings import *
55

66

7+
# TODO REFACTOR REQUEST
8+
# This is a failed attempt to solve https://github.com/octue/django-gcp/issues/30
9+
# When that is solved, this separate setitngs module may be removable.
10+
11+
712
LOGGING = {
813
**LOGGING,
914
"root": {"handlers": ["gcp_structured_logging"]},

0 commit comments

Comments
 (0)