You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/04/03 06:24:39 UTC

[1/2] logging-log4j2 git commit: LOG4J2-1345 Clarify documentation for properties that control Log4j behaviour.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 43bfecac9 -> 266d12b37


LOG4J2-1345 Clarify documentation for properties that control Log4j behaviour.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/07dccd6e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/07dccd6e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/07dccd6e

Branch: refs/heads/master
Commit: 07dccd6ec46c99fb51329267790505af1db9f46c
Parents: 49a1eb8
Author: rpopma <rp...@apache.org>
Authored: Sun Apr 3 13:24:02 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Apr 3 13:24:02 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml                   | 3 +++
 src/site/xdoc/manual/async.xml            | 8 ++++++++
 src/site/xdoc/manual/configuration.xml.vm | 4 ++++
 3 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/07dccd6e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc660b8..2ab8034 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.6" date="2016-MM-DD" description="GA Release 2.6">
+      <action issue="LOG4J2-1345" dev="rpopma" type="update">
+        (Doc) Clarify documentation for properties that control Log4j behaviour.
+      </action>
       <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky">
         LoggerFactory in 1.2 API module is not compatible with 1.2.
       </action>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/07dccd6e/src/site/xdoc/manual/async.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml
index c95a805..0785491 100644
--- a/src/site/xdoc/manual/async.xml
+++ b/src/site/xdoc/manual/async.xml
@@ -174,6 +174,10 @@
           There are a few system properties you can use to control aspects of the asynchronous logging subsystem.
           Some of these can be used to tune logging performance.
         </p>
+        <p>
+          The below properties can also be specified by creating a file named
+          <tt>log4j2.component.properties</tt> and including this file in the classpath of the application.
+        </p>
         <a name="SysPropsAllAsync" />
         <table>
           <caption align="top">System Properties to configure all asynchronous loggers
@@ -340,6 +344,10 @@
           There are a few system properties you can use to control aspects of the asynchronous logging subsystem.
           Some of these can be used to tune logging performance.
         </p>
+        <p>
+          The below properties can also be specified by creating a file named
+          <tt>log4j2.component.properties</tt> and including this file in the classpath of the application.
+        </p>
         <a name="SysPropsMixedSync-Async" />
         <table>
           <caption align="top">System Properties to configure mixed asynchronous and normal loggers</caption>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/07dccd6e/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm
index 773d5d3..d0525c4 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -1502,6 +1502,10 @@ public class AwesomeTest {
           Below follows a number of system properties that can be used to control Log4j 2 behaviour.
           Any spaces present in the property name are for visual flow and should be removed.
         </p>
+          <p>
+            The below properties can also be specified by creating a file named
+            <tt>log4j2.component.properties</tt> and including this file in the classpath of the application.
+          </p>
 <table>
   <caption align="top">Log4j 2 System Properties</caption>
   <tr>


[2/2] logging-log4j2 git commit: Merge remote-tracking branch 'origin/master'

Posted by rp...@apache.org.
Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/266d12b3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/266d12b3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/266d12b3

Branch: refs/heads/master
Commit: 266d12b375ddfb02f542f03d8a8725839e6f731d
Parents: 07dccd6 43bfeca
Author: rpopma <rp...@apache.org>
Authored: Sun Apr 3 13:24:48 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Apr 3 13:24:48 2016 +0900

----------------------------------------------------------------------
 .../logging/log4j/core/appender/rolling/RollingFileManager.java    | 2 +-
 src/changes/changes.xml                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/266d12b3/src/changes/changes.xml
----------------------------------------------------------------------