should work

This commit is contained in:
Theouche 2024-09-10 15:13:35 +02:00
parent a63ccf0c97
commit f0db53eab8

View File

@ -136,7 +136,7 @@ CHANNEL_LAYERS = {
}, },
} }
'''LOGGING = { LOGGING = {
'version': 1, # The version of the logging configuration schema 'version': 1, # The version of the logging configuration schema
'disable_existing_loggers': False, # Allows existing loggers to keep logging 'disable_existing_loggers': False, # Allows existing loggers to keep logging
'formatters': { # Defines how log messages will be formatted 'formatters': { # Defines how log messages will be formatted
@ -169,4 +169,4 @@ CHANNEL_LAYERS = {
'propagate': True, # If True, messages will be passed to the parent loggers as well 'propagate': True, # If True, messages will be passed to the parent loggers as well
}, },
}, },
}''' }