payment.log in magento/module-payment #624
Answered
by
rangerz
vish1plunker
asked this question in
Q&A
-
I am not able to use payment.log in docker anyone know how to make that working? magento/module-payment has custom payment.log that gets enabled and can be used via custom plugin logging but somehow its not working with this docker |
Beta Was this translation helpful? Give feedback.
Answered by
rangerz
Feb 16, 2022
Replies: 1 comment 1 reply
-
The custom log ( Try this command:
or uncomment this line and restart docker ( The log will write into your local folder |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vish1plunker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The custom log (
/var/log
) is stored in docker container.Try this command:
or uncomment this line and restart docker (
bin/restart
)docker-magento/compose/docker-compose.dev.yml
Line 16 in 4331507
The log will write into your local folder