Skip to content

Commit 3be450f

Browse files
committed
fix seelog xml
1 parent fbd071d commit 3be450f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seelog.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ and limitations under the License.
1313
<seelog type="asyncloop">
1414
<outputs formatid="main">
1515
<console formatid="console" />
16-
<rollingfile filename="`+initLogFile()+`" type="date"
16+
<rollingfile filename="` + initLogFile() + `" type="date"
1717
datepattern="2006-01-02-15" archivetype="zip" maxrolls="5" />
1818
</outputs>
1919
<formats>
2020
<format id="main" format="%UTCDate(2006-01-02T15:04:05Z07:00) [%LEVEL] %Msg%n" />
2121
<format id="console" format="%UTCDate(2006-01-02T15:04:05Z07:00) %EscM(46)[%LEVEL]%EscM(49) %Msg%n%EscM(0)" />
2222
</formats>
23-
</seelog>
23+
</seelog>

0 commit comments

Comments
 (0)