fix: produce human-readable logs
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
logger := slog.New(slog.NewJSONHandler(os.Stdout, nil))
|
logger := slog.New(slog.NewTextHandler(os.Stdout, nil))
|
||||||
slog.SetDefault(logger)
|
slog.SetDefault(logger)
|
||||||
|
|
||||||
target := mustEnv("PZ8_RELAY_TARGET_URL")
|
target := mustEnv("PZ8_RELAY_TARGET_URL")
|
||||||
|
|||||||
Reference in New Issue
Block a user