summaryrefslogtreecommitdiff
path: root/crates/trc/src/event/level.rs
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2024-09-20 19:05:15 +0200
committermdecimus <mauro@stalw.art>2024-09-20 19:05:15 +0200
commit2d91b6a3002dbcddf9836a39cd0eee1ea3cb9290 (patch)
treedc2aac50f9857e7fb0af3091a5886452c548ab64 /crates/trc/src/event/level.rs
parenta627682cc9ebf5d7084c7c3596cce2d326f30a6f (diff)
v0.10.0
Diffstat (limited to 'crates/trc/src/event/level.rs')
-rw-r--r--crates/trc/src/event/level.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/trc/src/event/level.rs b/crates/trc/src/event/level.rs
index 514c7eee..b9d58117 100644
--- a/crates/trc/src/event/level.rs
+++ b/crates/trc/src/event/level.rs
@@ -44,7 +44,7 @@ impl EventType {
},
EventType::Jmap(_) => Level::Debug,
EventType::Imap(event) => match event {
- ImapEvent::ConnectionStart | ImapEvent::ConnectionEnd => Level::Info,
+ ImapEvent::ConnectionStart | ImapEvent::ConnectionEnd => Level::Debug,
ImapEvent::GetAcl
| ImapEvent::SetAcl
| ImapEvent::MyRights
@@ -80,7 +80,7 @@ impl EventType {
ImapEvent::RawInput | ImapEvent::RawOutput => Level::Trace,
},
EventType::ManageSieve(event) => match event {
- ManageSieveEvent::ConnectionStart | ManageSieveEvent::ConnectionEnd => Level::Info,
+ ManageSieveEvent::ConnectionStart | ManageSieveEvent::ConnectionEnd => Level::Debug,
ManageSieveEvent::CreateScript
| ManageSieveEvent::UpdateScript
| ManageSieveEvent::GetScript
@@ -99,7 +99,7 @@ impl EventType {
ManageSieveEvent::RawInput | ManageSieveEvent::RawOutput => Level::Trace,
},
EventType::Pop3(event) => match event {
- Pop3Event::ConnectionStart | Pop3Event::ConnectionEnd => Level::Info,
+ Pop3Event::ConnectionStart | Pop3Event::ConnectionEnd => Level::Debug,
Pop3Event::Delete
| Pop3Event::Reset
| Pop3Event::Quit
@@ -117,7 +117,7 @@ impl EventType {
Pop3Event::RawInput | Pop3Event::RawOutput => Level::Trace,
},
EventType::Smtp(event) => match event {
- SmtpEvent::ConnectionStart | SmtpEvent::ConnectionEnd => Level::Info,
+ SmtpEvent::ConnectionStart | SmtpEvent::ConnectionEnd => Level::Debug,
SmtpEvent::DidNotSayEhlo
| SmtpEvent::EhloExpected
| SmtpEvent::LhloExpected