Skip to content

Commit

Permalink
Merge pull request #354 from igniterealtime/gjaekel-fix-jicofo-logging
Browse files Browse the repository at this point in the history
Update logging.properties
  • Loading branch information
deleolajide committed Jun 2, 2021
2 parents 47410fb + a1bba28 commit a002824
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions classes/jicofo/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ handlers= java.util.logging.ConsoleHandler
#handlers= java.util.logging.ConsoleHandler, io.sentry.jul.SentryHandler

java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
java.util.logging.ConsoleHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
java.util.logging.ConsoleHandler.filter = org.jitsi.impl.protocol.xmpp.log.ExcludeXmppPackets

net.java.sip.communicator.util.ScLogFormatter.programname=Jicofo
# org.jitsi.utils.logging2.JitsiLogFormatter.programname=Jicofo
org.jitsi.utils.logging2.JitsiLogFormatter.programname=

.level=INFO
net.sf.level=SEVERE
Expand All @@ -37,18 +38,18 @@ com.agafua.syslog.SyslogHandler.transport = udp
com.agafua.syslog.SyslogHandler.facility = local0
com.agafua.syslog.SyslogHandler.port = 514
com.agafua.syslog.SyslogHandler.hostname = localhost
com.agafua.syslog.SyslogHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
com.agafua.syslog.SyslogHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
com.agafua.syslog.SyslogHandler.escapeNewlines = false
com.agafua.syslog.SyslogHandler.filter = org.jitsi.impl.protocol.xmpp.log.ExcludeXmppPackets

# Sentry (uncomment handler to use)
io.sentry.jul.SentryHandler.level=WARNING

# to disable double timestamps in syslog uncomment next line
#net.java.sip.communicator.util.ScLogFormatter.disableTimestamp=true
#org.jitsi.utils.logging2.JitsiLogFormatter.disableTimestamp=true
# OFMeet: avoid double-timestamping
net.java.sip.communicator.util.ScLogFormatter.disableTimestamp=false
org.jitsi.utils.logging2.JitsiLogFormatter.disableTimestamp=true


# uncomment to see how Jicofo talks to the JVB
#org.jitsi.impl.protocol.xmpp.colibri.level=ALL
#org.jitsi.impl.protocol.xmpp.colibri.level=ALL

0 comments on commit a002824

Please sign in to comment.