working commit

This commit is contained in:
2026-06-10 17:44:45 +02:00
parent a53197e432
commit 2c8c20b12b
9 changed files with 9 additions and 84 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func NewService(params *ServiceParams) (*Service, error) {
hand: params.Handler,
listen: params.Listener,
}
svc.logg = logger.NewLoggerWithSubject("service")
svc.logg = logger.NewLogger("service")
return svc, err
}