ppkarwasz commented on issue #4001:
URL:
https://github.com/apache/logging-log4j2/issues/4001#issuecomment-3986052452
> I suppose the plan is to change that again once this issue is fixed?
There is no need to change anything after this issue is fixed. Whether you
use `${sys:VARIABLE:-<default_value>}` or you define a property named
`VARIABLE` with the default value is equivalent and personally I find the
latter easier to read.
If you prefer to change it back, you should rather follow #2679. After that
issue is solved, you can revert to using:
```
${sys:LOG4J2_ROLLINGPOLICY_FILE_NAME_PATTERN:-${sys:LOG_FILE}.%d{yyyy-MM-dd$}.%i.gz}
```
with `$}` used to escape the closing brace.
--
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]