From 0b8f84ae2d7af77c315d9ccc5a846f818b08a5ee Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sat, 4 Jan 2020 17:28:52 +0100 Subject: [PATCH] Enable debug --- lemonldap-ng-handler/t/test-psgi-lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-handler/t/test-psgi-lib.pm b/lemonldap-ng-handler/t/test-psgi-lib.pm index 9f9508aad..a9c93b21b 100644 --- a/lemonldap-ng-handler/t/test-psgi-lib.pm +++ b/lemonldap-ng-handler/t/test-psgi-lib.pm @@ -30,7 +30,7 @@ sub init { %$prms = ( configStorage => { type => 'File', dirName => 't' }, localSessionStorage => '', - logLevel => 'error', + logLevel => 'debug', cookieName => 'lemonldap', securedCookie => 0, https => 0,