Updated Branches: refs/heads/master ba940f620 -> e81ed06f3
Misc changes to logging for sqlline - limits stdout logging. Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/e81ed06f Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/e81ed06f Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/e81ed06f Branch: refs/heads/master Commit: e81ed06f3ce490477c1e6159990dc25e86d56dcf Parents: ba940f6 Author: Ted Dunning <[email protected]> Authored: Mon Sep 2 14:33:52 2013 -0700 Committer: Ted Dunning <[email protected]> Committed: Mon Sep 2 14:33:52 2013 -0700 ---------------------------------------------------------------------- sandbox/prototype/sqlline | 2 +- sandbox/prototype/sqlparser/src/test/resources/logback.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/e81ed06f/sandbox/prototype/sqlline ---------------------------------------------------------------------- diff --git a/sandbox/prototype/sqlline b/sandbox/prototype/sqlline index 0177e4f..60b38fb 100755 --- a/sandbox/prototype/sqlline +++ b/sandbox/prototype/sqlline @@ -11,7 +11,7 @@ if [ ! -f .classpath ]; then fi #exec java -Drebel.log=true -javaagent:/src/jrebel/jrebel.jar -Dlogback.configurationFile=/src/drill/sandbox/prototype/sqlparser/src/test/resources/logback.xml -cp ./:"$(cat .classpath)" sqlline.SqlLine "$@" -exec java -Dlogback.configurationFile=/src/drill/sandbox/prototype/sqlparser/src/test/resources/logback.xml -cp ./:"$(cat .classpath)" sqlline.SqlLine --verbose=true "$@" +exec java -Xmx2G -Dlogback.configurationFile=./sqlparser/src/test/resources/logback.xml -cp ./:"$(cat .classpath)" sqlline.SqlLine --verbose=true "$@" # End sqlline http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/e81ed06f/sandbox/prototype/sqlparser/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/sandbox/prototype/sqlparser/src/test/resources/logback.xml b/sandbox/prototype/sqlparser/src/test/resources/logback.xml index 0b3080a..ff9e2ca 100644 --- a/sandbox/prototype/sqlparser/src/test/resources/logback.xml +++ b/sandbox/prototype/sqlparser/src/test/resources/logback.xml @@ -14,6 +14,7 @@ <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> + <level value="warn" /> </appender> <logger name="org.apache.drill" additivity="false">
