warning > info

This commit is contained in:
Aarushi
2024-11-15 09:41:13 +00:00
parent dd0081ab35
commit 5c33f0b5da

View File

@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
def log(msg, **kwargs):
logger.warning("[ExecutionScheduler] " + msg, **kwargs)
logger.info("[ExecutionScheduler] " + msg, **kwargs)
class ExecutionScheduler(AppService):