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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user