Skip to content

Commit 3db0116

Browse files
fic(trace)!: correct extension, change .json to .jsonl
1 parent 706f8c0 commit 3db0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pkg/logger/trace/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func InitTrace(traceLevel string) *os.File {
5252

5353
traceFile := path.Join(
5454
"others",
55-
fmt.Sprintf("trace-%s.json", timestamp),
55+
fmt.Sprintf("trace-%s.jsonl", timestamp),
5656
)
5757

5858
// Format the caller as "file:line" instead of the default format.

0 commit comments

Comments
 (0)