Fixed imap directory trace
This commit is contained in:
@@ -55,7 +55,7 @@ impl Directory for ImapDirectory {
|
||||
tracing::warn!(
|
||||
context = "remote",
|
||||
event = "error",
|
||||
protocol = "ldap",
|
||||
protocol = "imap",
|
||||
"IMAP server does not offer any supported auth mechanisms.",
|
||||
);
|
||||
return Ok(None);
|
||||
|
||||
@@ -398,7 +398,7 @@ impl From<ImapError> for DirectoryError {
|
||||
tracing::warn!(
|
||||
context = "directory",
|
||||
event = "error",
|
||||
protocol = "ldap",
|
||||
protocol = "imap",
|
||||
reason = %error,
|
||||
"IMAP directory error"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user