-
Warning! [A clear and concise description of the feature requested.] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Can you give us the:
|
Beta Was this translation helpful? Give feedback.
-
Yes, please see the answer below:
So, how can i configure the rolled file permissions to be different from the current file If it is not currently supported, can I add this feature to the project? |
Beta Was this translation helpful? Give feedback.
Log4j Core is highly extensible. Since
RollingFile
does not have arolledFilePermissions
property (see plugin reference for the complete list), you can create your own plugin that does.You don't even need to implement any append logic, just create a builder that creates a standard
RollingFileAppender
: