fix: produce human-readable logs

This commit is contained in:
2026-05-06 01:48:00 +02:00
parent 6eccd97d52
commit e995d85346
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
func main() {
logger := slog.New(slog.NewJSONHandler(os.Stdout, nil))
logger := slog.New(slog.NewTextHandler(os.Stdout, nil))
slog.SetDefault(logger)
target := mustEnv("PZ8_RELAY_TARGET_URL")