summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-19 16:50:26 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-19 16:50:26 +0200
commitf4acd5a69e71fce176e6bb0cb57bd3d8b5717af8 (patch)
tree2523bdcc34931b15a4c2c6196fb2a10eca8a465a
parent0301cd3bd4da2e1e6b1578e69e05882e320a1129 (diff)
downloadApp-ImapNotify-f4acd5a69e71fce176e6bb0cb57bd3d8b5717af8.tar.gz
App-ImapNotify-f4acd5a69e71fce176e6bb0cb57bd3d8b5717af8.tar.xz
t/06: Turn off trace logging
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--t/06_early_connection_loss.t2
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;