From f0db53eab8c9c06178896a734740dc4f235d9359 Mon Sep 17 00:00:00 2001 From: Theouche Date: Tue, 10 Sep 2024 15:13:35 +0200 Subject: [PATCH] should work --- pong/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pong/settings.py b/pong/settings.py index 446ec08..b44ccdf 100644 --- a/pong/settings.py +++ b/pong/settings.py @@ -136,7 +136,7 @@ CHANNEL_LAYERS = { }, } -'''LOGGING = { +LOGGING = { 'version': 1, # The version of the logging configuration schema 'disable_existing_loggers': False, # Allows existing loggers to keep logging '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 }, }, -}''' +}