jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
627 stars 280 forks source link

Enable libjitsi logging #575

Closed AtulyaAgg closed 5 months ago

AtulyaAgg commented 5 months ago

Could anyone help on how to enable logging in libjitsi when enabling transcription in jitsi/jigasi. I have made logging.properties but it does not seem to work.

damencho commented 5 months ago

Please, when you have questions or problems use the community forum before opening new issues, thank you.

Share your logging properties file.

AtulyaAgg commented 5 months ago

could you please share the community forum's URL. This is my logging.properties file

Set the deafult logging level

.level = INFO

Set the logging level for specific pakages

org.jitsi.level=FINEST

console handler

handlers= java.util.logging.ConsoleHandler

Console handler configuration

java.util.logging.ConsoleHandler=INFO java.util.logging.ConsoleHandler.formatter=java.util.logging.Simple

File handler

handlers=java.util.logging.FileHandler

File handler configuration

java.util.logging.FileHandler.level=INFO java.util.logging.FileHandler.pattern=/var/log/jitsi/jigasi.log java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter

damencho commented 5 months ago

community.jitsi.org It is in the template of when creating issues.

damencho commented 5 months ago

Your console hanlder will show just Info you need to change that java.util.logging.ConsoleHandler=INFO