Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log
I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug(‘my log’); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems… Read More »Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log