Fixed more issues with worker grabbing logs
This commit is contained in:
@@ -2879,7 +2879,8 @@ class AppBase:
|
||||
logging.basicConfig(format="{asctime} - {name} - {levelname}:{message}", style='{')
|
||||
logger = logging.getLogger(f"{cls.__name__}")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
logger.info("[DEBUG] Normal execution.")
|
||||
|
||||
##############################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user