diff options
-rw-r--r-- | t/06_early_connection_loss.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06_early_connection_loss.t b/t/06_early_connection_loss.t index 105ea29..883a707 100644 --- a/t/06_early_connection_loss.t +++ b/t/06_early_connection_loss.t @@ -5,7 +5,7 @@ use Test::More; use Test::MockObject; use Test::Exception; -use Log::Any::Adapter ('Stderr', log_level => "trace"); +use Log::Any::Adapter ('Stderr', log_level => "warn"); use App::ImapNotify; use App::ImapNotify::ImapClient; |