Skip to content

Commit bb75366

Browse files
committed
fix
1 parent d3a0033 commit bb75366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ func function(pc uintptr) []byte {
563563
const handlerLogConfig = `
564564
<seelog>
565565
<outputs>
566-
<rollingfile formatid="local" type="size" filename="/data1/logs/datamore_api_handler.log" maxsize="134217728" maxrolls="5" />
566+
<rollingfile formatid="local" type="size" filename="/data1/logs/oneflow.log" maxsize="134217728" maxrolls="5" />
567567
</outputs>
568568
<formats>
569569
<format id="local" format="%Date %Time [%Level] %File:%Line %Func %Msg%n"/>

0 commit comments

Comments
 (0)