diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-19 16:50:26 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-19 16:50:26 +0200 |
commit | f4acd5a69e71fce176e6bb0cb57bd3d8b5717af8 (patch) | |
tree | 2523bdcc34931b15a4c2c6196fb2a10eca8a465a | |
parent | 0301cd3bd4da2e1e6b1578e69e05882e320a1129 (diff) | |
download | App-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.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; |