Skip to content

Commit

Permalink
remove console logging from defaults (#213)
Browse files Browse the repository at this point in the history
updated  jibri logging.properties to remove console logging and console log related options
  • Loading branch information
aaronkvanmeerten authored and bbaldino committed Aug 21, 2019
1 parent e9fa56a commit a80a982
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/logging.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler
handlers = java.util.logging.FileHandler

java.util.logging.FileHandler.level = FINE
java.util.logging.FileHandler.pattern = /var/log/jitsi/jibri/log.%g.txt
Expand All @@ -24,9 +24,6 @@ org.jitsi.jibri.selenium.util.BrowserFileHandler.formatter = net.java.sip.commun
org.jitsi.jibri.selenium.util.BrowserFileHandler.count = 10
org.jitsi.jibri.selenium.util.BrowserFileHandler.limit = 10000000

java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter

org.jitsi.level = FINE

org.glassfish.level = INFO
Expand Down

0 comments on commit a80a982

Please sign in to comment.