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

stdout is not printing logs for Magento 2.4 Community Edition #26

Open mohitvermalifecell opened 3 months ago

mohitvermalifecell commented 3 months ago

We are using Magento 2.4 Community Edition and setup graycore on local. While creating local docker image it is not generating stdout logs.

damienwebdev commented 3 months ago

@mohitvermalifecell can you provide your Dockerfile? Additionally, can you provide a sample output of the following:

docker-compose logs your-magento-container

Or equivalent container logging command i.e. kubectl logs -f or the output of what you see when you run your container docker run ... and attempt to log something?