We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd071d commit 3be450fCopy full SHA for 3be450f
seelog.xml
@@ -13,11 +13,11 @@ and limitations under the License.
13
<seelog type="asyncloop">
14
<outputs formatid="main">
15
<console formatid="console" />
16
- <rollingfile filename="`+initLogFile()+`" type="date"
+ <rollingfile filename="` + initLogFile() + `" type="date"
17
datepattern="2006-01-02-15" archivetype="zip" maxrolls="5" />
18
</outputs>
19
<formats>
20
<format id="main" format="%UTCDate(2006-01-02T15:04:05Z07:00) [%LEVEL] %Msg%n" />
21
<format id="console" format="%UTCDate(2006-01-02T15:04:05Z07:00) %EscM(46)[%LEVEL]%EscM(49) %Msg%n%EscM(0)" />
22
</formats>
23
-</seelog>
+</seelog>
0 commit comments