Skip to content

Commit fb8a19b

Browse files
committed
output logs to build dir
1 parent 8231127 commit fb8a19b

File tree

1 file changed

+1
-1
lines changed
  • ibm-mq-metrics/src/integrationTest/resources

1 file changed

+1
-1
lines changed

ibm-mq-metrics/src/integrationTest/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</Console>
99

1010
<!-- File appender: capture full logs for deeper analysis -->
11-
<File name="IntegrationTestFile" fileName="target/integration-test.log" immediateFlush="true">
11+
<File name="IntegrationTestFile" fileName="build/integration-test.log" immediateFlush="true">
1212
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
1313
</File>
1414
</Appenders>

0 commit comments

Comments
 (0)