magento2-stdlogging icon indicating copy to clipboard operation
magento2-stdlogging copied to clipboard

A drop in Magento 2 Module to pump all Magento 2 logs to StdErr instead of files.

Results 5 magento2-stdlogging issues
Sort by recently updated
recently updated
newest added

# :bug: Bug report ## Current Behavior When clearing the cache, the following `cache_invalidate` debug output is observed in build logs: ``` /bin/php magento cache:clean main.DEBUG: cache_invalidate: {"method":"GET","url":"http:/","invalidateInfo":{"tags":["FPC"],"mode":"matchingTag"}} [] main.DEBUG:...

bug

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...

# :bulb: Feature request ## Magento CRON logs to stdout As written in the documentation [here](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/enable-logging.html?lang=en) from version Magento 2.3.1 CRON logs are sent to a separate file (`/var/log/cron.log`). In...

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

bug