refactor: minor styling fixes; deadcode cleanup and correct log level

This commit is contained in:
yusing
2026-02-15 20:01:36 +08:00
parent 35b8a60edb
commit 154149b06d
29 changed files with 88 additions and 67 deletions

View File

@@ -108,4 +108,4 @@ example: # matching `example.y.z`
no_loading_page: false
docker:
container_id: abc123
container_name: example-app
container_name: example-app

View File

@@ -99,6 +99,6 @@ func (handler *EventHandler) Update(parent task.Parent, oldRoute *route.Route, n
func (handler *EventHandler) Log() {
if err := handler.errs.Error(); err != nil {
handler.provider.Logger().Info().Msg(err.Error())
handler.provider.Logger().Error().Msg(err.Error())
}
}