Skip to content

Commit

Permalink
Also remember to start the syslog appender.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Mar 17, 2012
1 parent e15a606 commit fee23c0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -103,6 +103,7 @@ private void configureSyslogLogging(Logger root) {
a.setSyslogHost(syslog.getHost());
a.setFacility(syslog.getFacility());
addThresholdFilter(a, syslog.getThreshold());
a.start();
root.addAppender(a);
}
}
Expand Down

0 comments on commit fee23c0

Please sign in to comment.