You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that is because strictly speaking this is not error logging. According to http://magento.stackexchange.com/a/4887/4115 I can even enable this within Magento XML configuration already.
However I think it would be nice to have this in one package, that is, integrate this kind of error reporting as well in the firegento-logger.
Most often - at least it appears to me - those reports are important and having caught these events within the logging so far would make sense to me.
Is this of interest? Am I the first who had that thought?
The text was updated successfully, but these errors were encountered:
I'm using firegento-logger now since some days and also in production.
I mainly use it for errror reporting by email (works great so far btw.) but I also like the advanced logging format in files.
Then today I realized that when Magento creates error reports (that are the files in
magento/var/report/
- http://example.com/magento/errors/report.php?id=1234567890&skin=default) I don't get any email notification about those.I think that is because strictly speaking this is not error logging. According to http://magento.stackexchange.com/a/4887/4115 I can even enable this within Magento XML configuration already.
However I think it would be nice to have this in one package, that is, integrate this kind of error reporting as well in the firegento-logger.
Most often - at least it appears to me - those reports are important and having caught these events within the logging so far would make sense to me.
Is this of interest? Am I the first who had that thought?
The text was updated successfully, but these errors were encountered: