logs: Reduce debug log spam (don't replicate the whole message every line)
This commit is contained in:
parent
1e0b9ac166
commit
c28b25d8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
/// 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(
|
pub async fn ldap_handler_inner(
|
||||||
stream: &mut LdapStream,
|
stream: &mut LdapStream,
|
||||||
msg: LdapMsg,
|
msg: LdapMsg,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue