Skip to content

Commit d987468

Browse files
committed
use texthandler instead of json handler
1 parent 0bb808d commit d987468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logging/logging.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99

1010
func Init(level string, notifyClient NotificationClient) {
11-
baseHandler := slog.NewJSONHandler(os.Stdout, &slog.HandlerOptions{
11+
baseHandler := slog.NewTextHandler( os.Stdout, &slog.HandlerOptions{
1212
Level: getLogLevel(level),
1313
AddSource: true,
1414
})

0 commit comments

Comments
 (0)