We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e892209 commit 21c1950Copy full SHA for 21c1950
services/metabase/logging_configuration.xml
@@ -8,19 +8,6 @@
8
<replace regex=":basic-auth \\[.*\\]" replacement=":basic-auth [redacted]"/>
9
</PatternLayout>
10
</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
- -->
24
</Appenders>
25
26
<Loggers>
0 commit comments