refactor: improve logging, no error on null state transitions

This commit is contained in:
2025-08-01 14:00:26 -05:00
parent b6a333ae2d
commit 21463775c0
4 changed files with 25 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ func main() {
}()
// Create service layer
svc := service.NewService(mainLogger)
svc := service.NewService(rootLogger)
mainLogger.Info("service initialized")