Fixed event logger
All checks were successful
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 4m22s

This commit is contained in:
Sven Heidemann 2023-12-09 14:11:34 +01:00
parent 0706579f62
commit e3172d6f24

View File

@ -12,4 +12,4 @@ class EventLogger(CustomFileLoggerABC):
time_format: TimeFormatSettings, time_format: TimeFormatSettings,
env: ApplicationEnvironmentABC, env: ApplicationEnvironmentABC,
): ):
CustomFileLoggerABC.__init__(self, "Task", config, time_format, env) CustomFileLoggerABC.__init__(self, "Event", config, time_format, env)