graycoreio / magento2-stdlogging

A drop in Magento 2 Module to pump all Magento 2 logs to StdErr instead of files.
MIT License
22 stars 6 forks source link

[BUG] payment log are not add in stdout #7

Open nilarocks opened 3 years ago

nilarocks commented 3 years ago

Hello I have used this extension in Magento 2.3. every time only one logger type add, either Info or debug logger type. Also, I have used multiple payment methods all logs are generated in var/logs directory but not add in stdout.

damienwebdev commented 3 years ago

@nilarocks which payment methods do you use? Are they out-of-the-box Magento methods, or custom payment methods?

nilarocks commented 3 years ago

@damienwebdev we use Afterpay and Zip money payment method. Also used Braintree credit card. https://developer.afterpay.io/integration/readmore/magento2

Note: I have used Magento version 2.3.2