How to enable DEBUG logging for gvmd

Hello everyone, I’m banging my head on my desk trying to figure this out. Admittedly I’m not a docker guy, but any help here would be appreciated, and it’s a great learning excuse.

I’ve stood up the greenbone community containers 22.4 via docker compose per the documentation. I’ve been trying to get LDAP configured, but in trying to trouble shoot it I’ve run into the issue of not being able to get debug logging working on gvmd.

I’ve tried entering the gvmd container, and setting the log level to 128, this doesn’t seem to change anything.
I’ve tried entering the gsa container, and setting the log level from info to debug, this doesn’t seem to change anything.

Full log output just gives me this when I try and authenticate.

gvmd-1                 | md    gmp:WARNING:2025-05-22 18h04.59 utc:1016: Authentication failure for 'mbarker' from unix_socket
gsa-1                  | gsad gmp:WARNING:2025-05-22 18h04.59 utc:13: Authentication failure for 'mbarker' from 172.16.144.57. Status was 2.

Any guidance here would be much appreciated.

@matt.bark how about non container install? easier to debug?

Eero