I am very new to both servers and Docker. I am trying to have a jwt authentication in my web app (Jitsi-meet is integrated). But I couldn't do it. Then I was suggested that I change the "prosody" variable's log level to DEBUG. And thus I did.
version: '3'
services:
prosody:
image: jitsi/prosody:latest
.
.(bal bla)
.
.
environment:
- AUTH_TYPE
- ENABLE_AUTH
- ENABLE_GUESTS
- LOG_LEVEL=debug
.
.
.
However, I do not know what to do after this. How can I activate this debugging?