Skip to content

Commit f9b5cd3

Browse files
example update
1 parent a1f8351 commit f9b5cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func replaceAttr(groups []string, a slog.Attr) slog.Attr {
9696
case slog.SourceKey:
9797
source := a.Value.Any().(*slog.Source)
9898
source.File = filepath.Base(source.File)
99-
return slog.Attr{}
99+
// return slog.Attr{}
100100
}
101101

102102
return a

0 commit comments

Comments
 (0)