You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
733 B
23 lines
733 B
{{ if .Env.SENTRY_DSN }}
|
|
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
|
{{ else }}
|
|
handlers= java.util.logging.ConsoleHandler
|
|
{{ end }}
|
|
|
|
java.util.logging.ConsoleHandler.level = ALL
|
|
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
|
|
net.java.sip.communicator.util.ScLogFormatter.programname=Jigasi
|
|
|
|
.level=INFO
|
|
net.sf.level=SEVERE
|
|
net.java.sip.communicator.plugin.reconnectplugin.level=FINE
|
|
org.ice4j.level=SEVERE
|
|
org.jitsi.impl.neomedia.level=SEVERE
|
|
io.sentry.jul.SentryHandler.level=WARNING
|
|
|
|
# Do not worry about missing strings
|
|
net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE
|
|
|
|
#net.java.sip.communicator.service.protocol.level=ALL
|
|
|
|
|