Skip to content

Commit 66690a1

Browse files
committed
remove source attr
1 parent 152b565 commit 66690a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/logging/logging.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import (
99

1010
func Init(level string, notifyClient *NotificationClient) {
1111
baseHandler := slog.NewTextHandler( os.Stdout, &slog.HandlerOptions{
12-
Level: getLogLevel(level),
13-
AddSource: true,
12+
Level: getLogLevel(level),
1413
})
1514

1615
handler := &notifyHandler{

0 commit comments

Comments
 (0)