parent
c475d537e6
commit
409f858496
@ -0,0 +1,21 @@ |
|||||||
|
handlers= java.util.logging.ConsoleHandler |
||||||
|
|
||||||
|
java.util.logging.ConsoleHandler.level = ALL |
||||||
|
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter |
||||||
|
|
||||||
|
net.java.sip.communicator.util.ScLogFormatter.programname=Jicofo |
||||||
|
|
||||||
|
.level=INFO |
||||||
|
net.sf.level=SEVERE |
||||||
|
net.java.sip.communicator.plugin.reconnectplugin.level=FINE |
||||||
|
org.ice4j.level=SEVERE |
||||||
|
org.jitsi.impl.neomedia.level=SEVERE |
||||||
|
|
||||||
|
# Do not worry about missing strings |
||||||
|
net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE |
||||||
|
|
||||||
|
#net.java.sip.communicator.service.protocol.level=ALL |
||||||
|
|
||||||
|
# Enable debug packets logging |
||||||
|
#org.jitsi.impl.protocol.xmpp.level=FINE |
||||||
|
|
@ -1,6 +1,10 @@ |
|||||||
#!/usr/bin/with-contenv bash |
#!/usr/bin/with-contenv bash |
||||||
|
|
||||||
if [[ ! -f /config/sip-communicator.properties ]]; then |
if [[ ! -f /config/sip-communicator.properties ]]; then |
||||||
cp /defaults/sip-communicator.properties /config |
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties |
||||||
|
fi |
||||||
|
|
||||||
|
if [[ ! -f /config/logging.properties ]]; then |
||||||
|
cp /defaults/logging.properties /config |
||||||
fi |
fi |
||||||
|
|
||||||
|
Loading…
Reference in new issue