Tagar commented on a change in pull request #6672: Add examples/cli.sh URL: https://github.com/apache/incubator-druid/pull/6672#discussion_r237749372
########## File path: examples/bin/cli.sh ########## @@ -0,0 +1,7 @@ +#!/bin/sh + +java -Xmx256m -Duser.timezone=UTC -Dfile.encoding=UTF-8 \ + -cp lib/*:config/_common \ + io.druid.cli.Main $* \ + | grep -v " INFO \[main\] io.druid.initialization.Initialization " Review comment: I am always getting two screens of "io.druid.initialization.Initialization" INFO messages just before some useful actually starts printing.. so that grep suppresses those excessive logging messages. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
