GitHub user kpm1985 opened a pull request:
https://github.com/apache/logging-log4j2/pull/95
Kpm1985
I have cleaned up a few files and removed empty comments. The default
buffer size in certain implementations was 8102, which I believe was a typo
because 8192 is a power of two. Today was my first PR and it went to Apache,
thank you guys!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kpm1985/logging-log4j2 kpm1985
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/95.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 #95
----
commit 4e730b5d5cb8b5bd886326566f3b2a84f9c3bb6f
Author: Kenneth <[email protected]>
Date: 2017-07-19T23:00:46Z
remove unnecessary/empty comment
commit 5ae0124ff40a3fd7e0c6543978023b6d46eeb66b
Author: Kenneth McFarland <[email protected]>
Date: 2017-07-20T22:47:28Z
Cleanup
commit 053beb05997fe21b60b4ef787c07065c5b402c87
Author: Kenneth <[email protected]>
Date: 2017-07-21T03:59:51Z
merge conflicts
commit ca15d14a5b30fdfdd7c5486e5aaffed9b21082f2
Author: Kenneth <[email protected]>
Date: 2017-07-21T04:48:09Z
Cleanup empty comments. Prefer buffer sizes of 8192 over 8102 to make
buffer sizes equal a power of two.
commit 26314f82394a4051e42733c43c4b546f50f62d05
Author: Kenneth <[email protected]>
Date: 2017-07-21T05:01:46Z
Prefer 8192 to 8102 to make default the default a power of two.
----
---
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.
---