Explorar o código

from->source in New Relic logger

DarthSim hai 1 semana
pai
achega
e738c28360
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      monitoring/newrelic/newrelic.go

+ 1 - 1
monitoring/newrelic/newrelic.go

@@ -90,7 +90,7 @@ func Init() error {
 	}
 
 	errLogger := slog.NewLogLogger(
-		slog.With("from", "newrelic").Handler(),
+		slog.With("source", "newrelic").Handler(),
 		slog.LevelWarn,
 	)