docker-jitsi-meet
docker-jitsi-meet copied to clipboard
support control of log level for all components
This change adds support for finer log control in all components. See also #243, #241
See also handbook changes: jitsi/handbook#105
@saghul can you please review again? I want to get this into master 😋
This also needs rebase.
Hi,
Can you explain what done this command tpl, when you replace cp /defaults/nginx.conf /config/nginx/nginx.conf by tpl /defaults/nginx.conf > /config/nginx/nginx.conf ?
Thanks. Philippe
@PhilippeAccorsi That's a little helper templating tool we use.
I have finally rebased my changes on latest master and added the README changes to the handbook: jitsi/handbook#105
Rebased again
Hey @saghul, do you see any chance to get this merged if I rebase this again?
@saghul What's the status on this?
Sorry, this fell through the cracks :-/ It needs a rebase though.
Workaround:
docker exec -it jitsi_jicofo_1 sh -c 'sed -i "s/^.level=.*/.level=WARNING/" /defaults/logging.properties'
docker exec -it jitsi_jvb_1 sh -c 'sed -i "s/^.level=.*/.level=WARNING/" /defaults/logging.properties'
docker-compose restart