Logging
You can modify verbosity of the Logger with ADYEN_LOGS_VERBOSITY
environment variable. It will be passed directly to new consola v2 (opens new window) instance. Possible values can be found in consola documentation (opens new window) (section "Log Level").
The default value equals 3
.
ADYEN_LOGS_VERBOSITY
modifies consola verbosity only inside this package. Consola in other parts of your application won't be affected. This is because the integration has it's own consola instance created with consola.create
.