Skip to content

Commit

Permalink
Configure app to log to stdout in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
CVTJNII committed Nov 7, 2016
1 parent cb4868f commit ff7f09b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-config/burrow.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[general]
logconfig=/etc/burrow/logging.cfg
group-blacklist=^(console-consumer-|python-kafka-consumer-).*$
stdout-logfile=burrow.out

[zookeeper]
hostname=zookeeper
Expand Down
2 changes: 1 addition & 1 deletion docker-config/logging.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<seelog minlevel="debug">
<outputs formatid="main">
<rollingfile type="date" filename="/var/tmp/burrow/burrow.log" datepattern="2006-01-02" maxrolls="7" />
<console />
</outputs>
<formats>
<format id="main" format="%Date(2006-01-02 15:04:05) [%LEVEL] %Msg%n"/>
Expand Down

0 comments on commit ff7f09b

Please sign in to comment.