Skip to content

Commit

Permalink
Remove full DEBUG output in console in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Feb 22, 2022
1 parent 127a84b commit 15cea3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions onadata/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
# Django Framework settings #
################################

LOGGING['root'] = {
'handlers': ['console'],
'level': 'DEBUG'
}

SESSION_ENGINE = "redis_sessions.session"
SESSION_REDIS = RedisHelper.config(default="redis://redis_cache:6380/2")

Expand Down

0 comments on commit 15cea3d

Please sign in to comment.