GitHub user phymbert opened a pull request:
https://github.com/apache/logging-log4j2/pull/89
[LOG4J2-1699] Log File Permissions with PosixFilePermission feedback from
jira
item 2: Better log at configuration step if file attribute view are defined
but underlying files system doesnt support it
item 3: Exception catch and logged if OperationNotSupported or Operation
not permitted are thrown while changing file attribute permissions, user or
group
item 4: No need to apply file posix attribute if file is just rolled not
compressed, both in DirectWriteRolloverStrategy and DefaultRolloverStrategy.
Changed next release version in documentation and javadoc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phymbert/logging-log4j2 LOG4J2-1699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/89.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #89
----
commit 38e0becb1ac0ef01b8197931e08575ed1cb44387
Author: phymbert <[email protected]>
Date: 2017-06-27T09:18:26Z
[LOG4J2-1699] No need to apply file posix attribute if file is just
renamed not compresed
commit ecba42b570ff3451a5fbbf46b153f2fb8fe4886e
Author: phymbert <[email protected]>
Date: 2017-06-27T09:35:22Z
[LOG4J2-1699] Change wrong target version release, 2.8.3 to 2.9 in
javadoc and documentation
Signed-off-by: phymbert <[email protected]>
commit 347db2a74532f37f498369da5c1e906a7a4ae7c1
Author: phymbert <[email protected]>
Date: 2017-06-27T09:51:47Z
[LOG4J2-1699] Use status logger to warn if posix file attribute view are
defined but underlying files system doesnt support it.
Signed-off-by: phymbert <[email protected]>
commit de82a825ca10f9c9314a18798a024fc71e5911ba
Author: phymbert <[email protected]>
Date: 2017-06-27T10:01:41Z
[LOG4J2-1699] Catch and log if applying attribute view throws exception.
More comprehensible field/method name.
Signed-off-by: phymbert <[email protected]>
commit b8a817047aed0432bf229558118587383e490187
Author: phymbert <[email protected]>
Date: 2017-06-27T10:08:49Z
[LOG4J2-1699] Update some comments and error message.
Signed-off-by: phymbert <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---