Updated Branches: refs/heads/apache-blur-0.2 f806039ee -> 4d5e5ba34
The test log4j xml had a mistake. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4d5e5ba3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4d5e5ba3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4d5e5ba3 Branch: refs/heads/apache-blur-0.2 Commit: 4d5e5ba34c86c7c06eb83351f45c159aebd9acd7 Parents: f806039 Author: Aaron McCurry <[email protected]> Authored: Tue Nov 5 09:51:57 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Tue Nov 5 09:52:41 2013 -0500 ---------------------------------------------------------------------- blur-core/src/test/resources/log4j.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4d5e5ba3/blur-core/src/test/resources/log4j.xml ---------------------------------------------------------------------- diff --git a/blur-core/src/test/resources/log4j.xml b/blur-core/src/test/resources/log4j.xml index 7f200f9..fad9ffa 100644 --- a/blur-core/src/test/resources/log4j.xml +++ b/blur-core/src/test/resources/log4j.xml @@ -23,7 +23,7 @@ under the License. <appender name="console" class="org.apache.log4j.ConsoleAppender"> <param name="Target" value="System.out" /> <layout class="org.apache.log4j.PatternLayout"> - <param name="ConversionPattern" value="%-5p %d{yyyyMMdd_HH:mm:ss:sss_z} [%t] %c{2}: %m%n" /> + <param name="ConversionPattern" value="%-5p %d{yyyyMMdd_HH:mm:ss:SSS_z} [%t] %c{2}: %m%n" /> </layout> </appender> <logger name="org.apache.hadoop">
