michael-o commented on code in PR #2137:
URL: https://github.com/apache/maven/pull/2137#discussion_r1978864178
##########
impl/maven-logging/src/main/java/org/apache/maven/slf4j/SimpleLoggerConfiguration.java:
##########
@@ -231,7 +231,7 @@ private static OutputChoice computeOutputChoice(String
logFile, boolean cacheOut
return new OutputChoice(cacheOutputStream ?
OutputChoiceType.CACHED_SYS_OUT : OutputChoiceType.SYS_OUT);
} else {
try {
- FileOutputStream fos = new FileOutputStream(logFile);
+ FileOutputStream fos = new FileOutputStream(logFile, true);
Review Comment:
Why?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]