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
@@ -55,7 +55,7 @@ type Server struct {
func NewServer() (*Server, error) {
var err error
srv := &Server{}
srv.logg = logger.NewLoggerWithSubject("server")
srv.logg = logger.NewLogger("server")
srv.ctx, srv.cancel = context.WithCancel(context.Background())
return srv, err
}