diff --git a/autogpts/autogpt/autogpt/logs/config.py b/autogpts/autogpt/autogpt/logs/config.py index 21afc107..b342a33d 100644 --- a/autogpts/autogpt/autogpt/logs/config.py +++ b/autogpts/autogpt/autogpt/logs/config.py @@ -24,8 +24,7 @@ ERROR_LOG_FILE = "error.log" SIMPLE_LOG_FORMAT = "%(asctime)s %(levelname)s %(title)s%(message)s" DEBUG_LOG_FORMAT = ( - "%(asctime)s %(levelname)s %(filename)s:%(lineno)d" - " %(title)s%(message)s" + "%(asctime)s %(levelname)s %(filename)s:%(lineno)d" " %(title)s%(message)s" ) SPEECH_OUTPUT_LOGGER = "VOICE"