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