Lock-free fast tracing (closes #180)

This commit is contained in:
mdecimus
2024-07-22 17:56:24 +02:00
parent f6ac35fd70
commit 9c23774aa5
24 changed files with 685 additions and 196 deletions

View File

@@ -332,7 +332,7 @@ impl LdapMappings {
fn entry_to_principal(&self, entry: SearchEntry) -> Principal<String> {
let mut principal = Principal::default();
trc::trace!(LdapQuery, Value = format!("{entry:?}"));
trc::event!(LdapQuery, Value = format!("{entry:?}"));
for (attr, value) in entry.attrs {
if self.attr_name.contains(&attr) {