You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/24 18:34:23 UTC

logging-log4j2 git commit: Test and example configuration fixtures: Using {black} printed in grey on my old laptop and it now prints back on my new one. Bleh, make it white instead.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f944ce088 -> b80e210f6


Test and example configuration fixtures: Using {black} printed in grey
on my old laptop and it now prints back on my new one. Bleh, make it
white instead.

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

Branch: refs/heads/master
Commit: b80e210f65d6fcd394490b01cda8d11799726fea
Parents: f944ce0
Author: ggregory <gg...@apache.org>
Authored: Wed Jun 24 09:34:21 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Jun 24 09:34:21 2015 -0700

----------------------------------------------------------------------
 log4j-core/src/test/resources/log4j2-1002.xml                    | 2 +-
 log4j-core/src/test/resources/log4j2-console-style-ansi.xml      | 2 +-
 log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml | 2 +-
 log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b80e210f/log4j-core/src/test/resources/log4j2-1002.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j2-1002.xml b/log4j-core/src/test/resources/log4j2-1002.xml
index 298440b..21a094c 100644
--- a/log4j-core/src/test/resources/log4j2-1002.xml
+++ b/log4j-core/src/test/resources/log4j2-1002.xml
@@ -20,7 +20,7 @@
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout noConsoleNoAnsi="true"
-        pattern="%style{%d}{black} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable{short}}{green}" />
+        pattern="%style{%d}{white} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable{short}}{green}" />
     </Console>
   </Appenders>
   <Loggers>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b80e210f/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j2-console-style-ansi.xml b/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
index 5e81d9f..8508370 100644
--- a/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
+++ b/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
@@ -19,7 +19,7 @@
 <Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
-      <PatternLayout pattern="%style{%d}{black} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable}{green}" />
+      <PatternLayout pattern="%style{%d}{white} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable}{green}" />
     </Console>
   </Appenders>
   <Loggers>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b80e210f/log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml b/log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml
index 16314b7..4cb0b46 100644
--- a/log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml
+++ b/log4j-core/src/test/resources/log4j2-console-style-name-ansi.xml
@@ -19,7 +19,7 @@
 <Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
-      <PatternLayout pattern="%red{%d} %yellow{[%t]} %black{black} %blue{blue} %cyan{cyan} %magenta{magenta} %white{white} %green{%-5level:} %red{%msg%n%throwable}" />
+      <PatternLayout pattern="%red{%d} %yellow{[%t]} %black{white} %blue{blue} %cyan{cyan} %magenta{magenta} %white{white} %green{%-5level:} %red{%msg%n%throwable}" />
     </Console>
   </Appenders>
   <Loggers>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b80e210f/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml b/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
index 57b0fbb..cc02496 100644
--- a/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
+++ b/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
@@ -20,7 +20,7 @@
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout noConsoleNoAnsi="true"
-        pattern="%style{%d}{black} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable}{green}" />
+        pattern="%style{%d}{white} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable}{green}" />
     </Console>
   </Appenders>
   <Loggers>