We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706f8c0 commit 3db0116Copy full SHA for 3db0116
backend/pkg/logger/trace/trace.go
@@ -52,7 +52,7 @@ func InitTrace(traceLevel string) *os.File {
52
53
traceFile := path.Join(
54
"others",
55
- fmt.Sprintf("trace-%s.json", timestamp),
+ fmt.Sprintf("trace-%s.jsonl", timestamp),
56
)
57
58
// Format the caller as "file:line" instead of the default format.
0 commit comments