magento2-stdlogging
magento2-stdlogging copied to clipboard
stdout is not printing logs for Magento 2.4 Community Edition
We are using Magento 2.4 Community Edition and setup graycore on local. While creating local docker image it is not generating stdout logs.
@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?
Closing as stale.