chibenwa commented on code in PR #2895:
URL: https://github.com/apache/james-project/pull/2895#discussion_r2659905042


##########
server/apps/spring-app/src/main/resources/log4j2.xml:
##########
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Configuration status="INFO" monitorInterval="30">
     <Properties>
-        <Property name="logDir">${sys:app.home}/log</Property>
+        <Property name="logDir">${sys:app.home:-..}/log</Property>

Review Comment:
   Just to be sure I understand this fix defines `..` as a default value when 
`-Dapp.home` is not defined?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to