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.
This commit is contained in:
gkarantanis
2017-11-14 00:05:48 +02:00
committed by GitHub
parent 192e217bee
commit fef8a4fdd7

View File

@@ -31,9 +31,11 @@ log.LogEnabled=true
; path here ; path here
log.FileName=PayPal.log log.FileName=PayPal.log
; Logging level can be one of FINE, INFO, WARN or ERROR ; Logging level can be one of DEBUG, INFO, WARNING or ERROR
; Logging is most verbose in the 'FINE' level and ; Logging is most verbose in the DEBUG level and
; decreases as you proceed towards ERROR ; 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 log.LogLevel=DEBUG
;Validation Configuration ;Validation Configuration