update dev_support README
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/16fa7d7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/16fa7d7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/16fa7d7d Branch: refs/heads/feature/test_daewon Commit: 16fa7d7d941f94fbf53434d06a022e6a76526fa4 Parents: e2677a5 Author: daewon <[email protected]> Authored: Thu Dec 31 14:11:59 2015 +0900 Committer: daewon <[email protected]> Committed: Thu Dec 31 14:11:59 2015 +0900 ---------------------------------------------------------------------- dev_support/README.md | 1 + s2core/src/main/resources/logback.xml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/16fa7d7d/dev_support/README.md ---------------------------------------------------------------------- diff --git a/dev_support/README.md b/dev_support/README.md index f720886..556a7d9 100644 --- a/dev_support/README.md +++ b/dev_support/README.md @@ -4,6 +4,7 @@ - `sbt "project s2rest_play" docker:publishLocal` 2. Run MySQL and HBase container first. - change directory to dev-support. `cd dev-support` + - `docker-compose build` - `docker-compose up -d graph_mysql` will run MySQL and HBase at same time. 3. Run graph container - `docker-compose up -d` http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/16fa7d7d/s2core/src/main/resources/logback.xml ---------------------------------------------------------------------- diff --git a/s2core/src/main/resources/logback.xml b/s2core/src/main/resources/logback.xml index 5eb6737..c238209 100644 --- a/s2core/src/main/resources/logback.xml +++ b/s2core/src/main/resources/logback.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> + <withJansi>true</withJansi> <encoder> <pattern> - %d{ISO8601} [%highlight(%-5level)] [%magenta(%logger{0})] [%thread] - %msg%n + %d{ISO8601} [%highlight(%-5level)] [%gray(%logger{0})] [%thread] - %msg%n </pattern> </encoder> </appender> @@ -20,5 +21,3 @@ <appender-ref ref="STDOUT"/> </logger> </configuration> - -
