From fef8a4fdd76a5ee38e70e4537d327236a7e3b332 Mon Sep 17 00:00:00 2001 From: gkarantanis Date: Tue, 14 Nov 2017 00:05:48 +0200 Subject: [PATCH] Update sdk_config.ini WARN is not valid, the \Psr\Log\LogLevel constant that PayPalLogger checks is WARNING instead. FINE is dropped and DEBUG is added. --- tests/sdk_config.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/sdk_config.ini b/tests/sdk_config.ini index 7167c96..88187eb 100644 --- a/tests/sdk_config.ini +++ b/tests/sdk_config.ini @@ -31,9 +31,11 @@ log.LogEnabled=true ; path here log.FileName=PayPal.log -; Logging level can be one of FINE, INFO, WARN or ERROR -; Logging is most verbose in the 'FINE' level and +; Logging level can be one of DEBUG, INFO, WARNING or ERROR +; Logging is most verbose in the DEBUG level and ; decreases as you proceed towards ERROR +; DEBUG level is not allowed in live environment. +; It will throw a warning, and reduce the level to INFO if set in live mode. log.LogLevel=DEBUG ;Validation Configuration