Add color
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/e2677a5d Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/e2677a5d Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/e2677a5d Branch: refs/heads/feature/test_daewon Commit: e2677a5dfe137beff9d30936fa05b86c20ac65a9 Parents: d9f6ee8 Author: daewon <[email protected]> Authored: Thu Dec 31 10:25:40 2015 +0900 Committer: daewon <[email protected]> Committed: Thu Dec 31 10:25:40 2015 +0900 ---------------------------------------------------------------------- s2core/src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e2677a5d/s2core/src/main/resources/logback.xml ---------------------------------------------------------------------- diff --git a/s2core/src/main/resources/logback.xml b/s2core/src/main/resources/logback.xml index 9174452..5eb6737 100644 --- a/s2core/src/main/resources/logback.xml +++ b/s2core/src/main/resources/logback.xml @@ -3,7 +3,7 @@ <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern> - %d{ISO8601} [%-5level] [%cyan(%logger{0})] [%thread] - %msg%n + %d{ISO8601} [%highlight(%-5level)] [%magenta(%logger{0})] [%thread] - %msg%n </pattern> </encoder> </appender>
