Skip to content

Commit

Permalink
DOC: Note in settings_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Jun 12, 2023
1 parent 3233a38 commit 45313c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/server/settings_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
from .settings import *


# TODO REFACTOR REQUEST
# This is a failed attempt to solve https://github.com/octue/django-gcp/issues/30
# When that is solved, this separate setitngs module may be removable.


LOGGING = {
**LOGGING,
"root": {"handlers": ["gcp_structured_logging"]},
Expand Down

0 comments on commit 45313c8

Please sign in to comment.