@@ -4,39 +4,38 @@ SPDX-FileCopyrightText: Contributors to the GXF project
4
4
5
5
SPDX-License-Identifier: Apache-2.0
6
6
-->
7
-
8
7
<configuration >
9
8
10
- <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
11
- <!-- encoders are assigned the type
12
- ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
13
- <encoder >
14
- <pattern >[%d{yyyy-MM-dd HH:mm:ss.SSS}] [${HOSTNAME}] [%thread] %level %logger{36}@%method:%line - %msg%n</pattern >
15
- </encoder >
16
- </appender >
9
+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
10
+ <!-- encoders are assigned the type
11
+ ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
12
+ <encoder >
13
+ <pattern >[%d{yyyy-MM-dd HH:mm:ss.SSS}] [${HOSTNAME}] [%thread] %level %logger{36}@%method:%line - %msg%n</pattern >
14
+ </encoder >
15
+ </appender >
17
16
18
- <appender name =" FILE" class =" ch.qos.logback.core.rolling.RollingFileAppender" >
19
- <file >/target/output/osgp-cucumber-tests-platform-publiclighting/logs/cucumber-tests-platform-publiclighting-test.log</file >
20
- <rollingPolicy class =" ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy" >
21
- <fileNamePattern >/target/output/osgp-cucumber-tests-platform-publiclighting/logs/cucumber-tests-platform-publiclighting-test.log.%d{yyyy-MM-dd}.%i.log</fileNamePattern >
22
- <maxFileSize >100MB</maxFileSize >
23
- <maxHistory >10</maxHistory >
24
- <totalSizeCap >20GB</totalSizeCap >
25
- </rollingPolicy >
26
- <encoder >
27
- <pattern >[%d{yyyy-MM-dd HH:mm:ss.SSS}] [${HOSTNAME}] [%thread] %level %logger{36}@%method:%line - %msg%n</pattern >
28
- </encoder >
29
- </appender >
17
+ <appender name =" FILE" class =" ch.qos.logback.core.rolling.RollingFileAppender" >
18
+ <file >/target/output/osgp-cucumber-tests-platform-publiclighting/logs/cucumber-tests-platform-publiclighting-test.log</file >
19
+ <rollingPolicy class =" ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy" >
20
+ <fileNamePattern >/target/output/osgp-cucumber-tests-platform-publiclighting/logs/cucumber-tests-platform-publiclighting-test.log.%d{yyyy-MM-dd}.%i.log</fileNamePattern >
21
+ <maxFileSize >100MB</maxFileSize >
22
+ <maxHistory >10</maxHistory >
23
+ <totalSizeCap >20GB</totalSizeCap >
24
+ </rollingPolicy >
25
+ <encoder >
26
+ <pattern >[%d{yyyy-MM-dd HH:mm:ss.SSS}] [${HOSTNAME}] [%thread] %level %logger{36}@%method:%line - %msg%n</pattern >
27
+ </encoder >
28
+ </appender >
30
29
31
- <logger name =" org.springframework" level =" ERROR" />
32
- <logger name =" org.apache.http.wire" level =" ERROR" />
33
- <logger name =" cucumber.runtime.java.spring" level =" ERROR" />
34
- <logger name =" com.zaxxer.hikari" level =" ERROR" />
35
- <logger name =" org.reflections.Reflections" level =" ERROR" />
30
+ <logger name =" org.springframework" level =" ERROR" />
31
+ <logger name =" org.apache.http.wire" level =" ERROR" />
32
+ <logger name =" cucumber.runtime.java.spring" level =" ERROR" />
33
+ <logger name =" com.zaxxer.hikari" level =" ERROR" />
34
+ <logger name =" org.reflections.Reflections" level =" ERROR" />
36
35
37
- <root level =" INFO" >
38
- <appender-ref ref =" STDOUT" />
39
- <appender-ref ref =" FILE" />
40
- </root >
36
+ <root level =" INFO" >
37
+ <appender-ref ref =" STDOUT" />
38
+ <appender-ref ref =" FILE" />
39
+ </root >
41
40
42
41
</configuration >
0 commit comments