freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Allow adjustment of Jicofo and jitsi-videobridge log verbosity #20

Closed ageis closed 8 years ago

conorsch commented 8 years ago

Where are the docs for the log levels? Let's add a comment in the default vars file, pointing to a URL or other resource for reference.

ageis commented 8 years ago

@conorsch So these are just Java log levels, so the appropriate doc is: https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html Jitsi-Meet doesn't appear to have specific docs for their logging facilities.

conorsch commented 8 years ago

Great, let's still link to it. We're making the option configurable and it's good to explain why:

# The Jitsi components use the standard Java log levels, see:
# https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html
# When using log aggregation for jitsi-meet components, set to "WARNING".
jitsi_meet_jicofo_loglevel: INFO
conorsch commented 8 years ago

Tests fail with the new change—working on it. Will fix, update tests, and append to this branch prior to merge.

conorsch commented 8 years ago

Oops, left this hanging. Will rerun test suite and report back.

conorsch commented 8 years ago

Looking good, merging.