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:
parent
0706579f62
commit
e3172d6f24
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user