From f4acd5a69e71fce176e6bb0cb57bd3d8b5717af8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 19 Jul 2018 16:50:26 +0200 Subject: t/06: Turn off trace logging Signed-off-by: Florian Pritz --- t/06_early_connection_loss.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b