|
@@ -1,33 +1,33 @@
|
|
|
handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler
|
|
|
|
|
|
+org.jitsi.utils.logging2.JitsiLogFormatter.programname=Jibri
|
|
|
+
|
|
|
java.util.logging.FileHandler.level = FINE
|
|
|
java.util.logging.FileHandler.pattern = {{ .Env.JIBRI_LOGS_DIR }}/log.%g.txt
|
|
|
-java.util.logging.FileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
|
+java.util.logging.FileHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
|
|
java.util.logging.FileHandler.count = 10
|
|
|
java.util.logging.FileHandler.limit = 10000000
|
|
|
|
|
|
org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.level = FINE
|
|
|
org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.pattern = {{ .Env.JIBRI_LOGS_DIR }}/ffmpeg.%g.txt
|
|
|
-org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
|
+org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
|
|
org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.count = 10
|
|
|
org.jitsi.jibri.capture.ffmpeg.util.FfmpegFileHandler.limit = 10000000
|
|
|
|
|
|
org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.level = FINE
|
|
|
org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.pattern = {{ .Env.JIBRI_LOGS_DIR }}/pjsua.%g.txt
|
|
|
-org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
|
+org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
|
|
org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.count = 10
|
|
|
org.jitsi.jibri.sipgateway.pjsua.util.PjsuaFileHandler.limit = 10000000
|
|
|
|
|
|
org.jitsi.jibri.selenium.util.BrowserFileHandler.level = FINE
|
|
|
org.jitsi.jibri.selenium.util.BrowserFileHandler.pattern = {{ .Env.JIBRI_LOGS_DIR }}/browser.%g.txt
|
|
|
-org.jitsi.jibri.selenium.util.BrowserFileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
|
+org.jitsi.jibri.selenium.util.BrowserFileHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
|
|
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
|
|
|
+java.util.logging.ConsoleHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
|
|
|
|
|
org.jitsi.level = FINE
|
|
|
-
|
|
|
org.glassfish.level = INFO
|
|
|
-org.osgi.level = INFO
|