Closed AtulyaAgg closed 8 months ago
Please, when you have questions or problems use the community forum before opening new issues, thank you.
Share your logging properties file.
could you please share the community forum's URL. This is my logging.properties file
.level = INFO
org.jitsi.level=FINEST
handlers= java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler=INFO java.util.logging.ConsoleHandler.formatter=java.util.logging.Simple
handlers=java.util.logging.FileHandler
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
community.jitsi.org It is in the template of when creating issues.
Your console hanlder will show just Info you need to change that java.util.logging.ConsoleHandler=INFO
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.