Fixed event logger
All checks were successful
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 4m22s
All checks were successful
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 4m22s
This commit is contained in:
@@ -12,4 +12,4 @@ class EventLogger(CustomFileLoggerABC):
|
||||
time_format: TimeFormatSettings,
|
||||
env: ApplicationEnvironmentABC,
|
||||
):
|
||||
CustomFileLoggerABC.__init__(self, "Task", config, time_format, env)
|
||||
CustomFileLoggerABC.__init__(self, "Event", config, time_format, env)
|
||||
|
Reference in New Issue
Block a user