Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
seluianova committed Mar 25, 2024
1 parent 13b6acb commit 8711925
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integreat_cms/core/circleci_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
"handlers": ["logfile"],
"level": LOG_LEVEL,
},
"integreat_cms.core.management.commands": {
"handlers": [
"management-command-stdout",
"management-command-stderr",
"logfile",
],
"level": LOG_LEVEL,
"propagate": False,
},
"auth": {
"handlers": ["logfile"],
"level": "INFO",
Expand Down

0 comments on commit 8711925

Please sign in to comment.