File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 118
118
]
119
119
# Customize the config to support turbo and htmx boosting.
120
120
DEBUG_TOOLBAR_CONFIG = {"ROOT_TAG_EXTRA_ATTRS" : "data-turbo-permanent hx-preserve" }
121
-
122
- LOGGING = {
123
- "version" : 1 ,
124
- "disable_existing_loggers" : False ,
125
- "handlers" : {
126
- "console" : {
127
- "class" : "logging.StreamHandler" ,
128
- },
129
- },
130
- "root" : {
131
- "handlers" : ["console" ],
132
- "level" : "WARNING" ,
133
- },
134
- "loggers" : {
135
- # Log when an asynchronous handler is adapted for middleware.
136
- # See warning here: https://docs.djangoproject.com/en/4.2/topics/async/#async-views
137
- "django.request" : {
138
- "handlers" : ["console" ],
139
- "level" : os .getenv ("DJANGO_REQUEST_LOG_LEVEL" , "INFO" ),
140
- "propagate" : False ,
141
- },
142
- },
143
- }
You can’t perform that action at this time.
0 commit comments