mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-06 07:15:10 -06:00
refactor: improve logging, no error on null state transitions
This commit is contained in:
@@ -37,7 +37,7 @@ func main() {
|
||||
}()
|
||||
|
||||
// Create service layer
|
||||
svc := service.NewService(mainLogger)
|
||||
svc := service.NewService(rootLogger)
|
||||
|
||||
mainLogger.Info("service initialized")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user