Skip to content

Commit

Permalink
Reduce output to logs to reduce memory consumption and make logs more…
Browse files Browse the repository at this point in the history
… useable
  • Loading branch information
cherylking committed Aug 15, 2023
1 parent 0864ef9 commit 5e6067d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<profiles>
<profile>offline-its</profile>
</profiles>
<streamLogs>true</streamLogs>
<streamLogsOnFailure>true</streamLogsOnFailure>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -177,11 +177,10 @@
<runtimeKernelId>${runtimeKernelId}</runtimeKernelId>
<runtimeVersion>${runtimeVersion}</runtimeVersion>
</properties>
<streamLogs>true</streamLogs>
<profiles>
<profile>online-its</profile>
</profiles>
<streamLogs>true</streamLogs>
<streamLogsOnFailure>true</streamLogsOnFailure>
<mavenOpts>-Dfile.encoding=UTF-8</mavenOpts>
</configuration>
<executions>
Expand Down

0 comments on commit 5e6067d

Please sign in to comment.