We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a0033 commit bb75366Copy full SHA for bb75366
src/api/context.go
@@ -563,7 +563,7 @@ func function(pc uintptr) []byte {
563
const handlerLogConfig = `
564
<seelog>
565
<outputs>
566
- <rollingfile formatid="local" type="size" filename="/data1/logs/datamore_api_handler.log" maxsize="134217728" maxrolls="5" />
+ <rollingfile formatid="local" type="size" filename="/data1/logs/oneflow.log" maxsize="134217728" maxrolls="5" />
567
</outputs>
568
<formats>
569
<format id="local" format="%Date %Time [%Level] %File:%Line %Func %Msg%n"/>
0 commit comments