We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb808d commit d987468Copy full SHA for d987468
1 file changed
src/logging/logging.go
@@ -8,7 +8,7 @@ import (
8
9
10
func Init(level string, notifyClient NotificationClient) {
11
- baseHandler := slog.NewJSONHandler(os.Stdout, &slog.HandlerOptions{
+ baseHandler := slog.NewTextHandler( os.Stdout, &slog.HandlerOptions{
12
Level: getLogLevel(level),
13
AddSource: true,
14
})
0 commit comments