Skip to content

Commit

Permalink
Disabled logging panel in debug toolbar settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Nov 21, 2024
1 parent 3b71b30 commit 2d0c717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autograder/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def show_toolbar_callback(request):
# 'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
# 'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel',
]
MIDDLEWARE += (
Expand Down

0 comments on commit 2d0c717

Please sign in to comment.