docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

support control of log level for all components

Open flecno opened this issue 5 years ago • 10 comments

This change adds support for finer log control in all components. See also #243, #241

See also handbook changes: jitsi/handbook#105

flecno avatar Apr 11 '20 16:04 flecno

@saghul can you please review again? I want to get this into master 😋

flecno avatar Apr 27 '20 20:04 flecno

This also needs rebase.

luixxiul avatar May 20 '20 14:05 luixxiul

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 avatar Oct 20 '20 08:10 PhilippeAccorsi

@PhilippeAccorsi That's a little helper templating tool we use.

saghul avatar Oct 20 '20 09:10 saghul

I have finally rebased my changes on latest master and added the README changes to the handbook: jitsi/handbook#105

flecno avatar Oct 27 '20 20:10 flecno

Rebased again

flecno avatar Nov 10 '20 21:11 flecno

Hey @saghul, do you see any chance to get this merged if I rebase this again?

flecno avatar Feb 14 '21 00:02 flecno

@saghul What's the status on this?

JannikEmmerich avatar Sep 02 '21 19:09 JannikEmmerich

Sorry, this fell through the cracks :-/ It needs a rebase though.

saghul avatar Sep 17 '21 07:09 saghul

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

cryptoluks avatar Jan 25 '22 20:01 cryptoluks