Skip to content

Commit

Permalink
always write cli tools to stdout (#1488)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
  • Loading branch information
johnseekins authored and manolama committed Jan 27, 2019
1 parent 55f388c commit 3fc2d49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-aux/deb/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<logger name="org.apache.zookeeper" level="INFO"/>
<logger name="org.hbase.async" level="INFO"/>
<logger name="com.stumbleupon.async" level="INFO"/>
<logger name="net.opentsdb.tools" level="INFO">
<appender-ref ref="STDOUT"/>
</logger>

<!-- Fallthrough root logger and router -->
<root level="INFO">
Expand Down
3 changes: 3 additions & 0 deletions build-aux/rpm/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<logger name="org.apache.zookeeper" level="INFO"/>
<logger name="org.hbase.async" level="INFO"/>
<logger name="com.stumbleupon.async" level="INFO"/>
<logger name="net.opentsdb.tools" level="INFO">
<appender-ref ref="STDOUT"/>
</logger>

<!-- Fallthrough root logger and router -->
<root level="INFO">
Expand Down
3 changes: 3 additions & 0 deletions src/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<logger name="org.apache.zookeeper" level="INFO"/>
<logger name="org.hbase.async" level="INFO"/>
<logger name="com.stumbleupon.async" level="INFO"/>
<logger name="net.opentsdb.tools" level="INFO">
<appender-ref ref="STDOUT"/>
</logger>

<!-- Fallthrough root logger and router -->
<root level="INFO">
Expand Down

0 comments on commit 3fc2d49

Please sign in to comment.