logs: Reduce debug log spam (don't replicate the whole message every line)

This commit is contained in:
selfhoster selfhoster 2026-09-20 13:52:30 +02:00
commit c28b25d8d9

View file

@ -44,7 +44,7 @@ pub async fn ldap_handler(mut stream: LdapStream, mut db: Database) {
}
/// Return true to keep the connection going, false to close it.
#[tracing::instrument(name = "ldap-handler", skip(client_state, db, stream))]
#[tracing::instrument(name = "ldap-handler", skip(client_state, db, stream, msg))]
pub async fn ldap_handler_inner(
stream: &mut LdapStream,
msg: LdapMsg,