forked from LiveCarta/PayPal-PHP-SDK
Merge pull request #983 from gkarantanis/patch-2
Update sdk_config.ini log.LogLevel comments.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user