Skip to content

Commit 21c1950

Browse files
committed
Remove comments
1 parent e892209 commit 21c1950

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

services/metabase/logging_configuration.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
<replace regex=":basic-auth \\[.*\\]" replacement=":basic-auth [redacted]"/>
99
</PatternLayout>
1010
</Console>
11-
12-
<!-- This file appender is provided as an example -->
13-
<!--
14-
<RollingFile name="FILE" fileName="${logfile.path}/metabase.log" filePattern="${logfile.path}/metabase.log.%i">
15-
<Policies>
16-
<SizeBasedTriggeringPolicy size="500 MB"/>
17-
</Policies>
18-
<DefaultRolloverStrategy max="2"/>
19-
<PatternLayout pattern="%d [%t] %-5p%c - %m%n">
20-
<replace regex=":basic-auth \\[.*\\]" replacement=":basic-auth [redacted]"/>
21-
</PatternLayout>
22-
</RollingFile>
23-
-->
2411
</Appenders>
2512

2613
<Loggers>

0 commit comments

Comments
 (0)