firegento-logger
firegento-logger copied to clipboard
Logging for Reports (all Backends but File)
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?
A lot of discusion and ideas already happend in #42.
So please have a look there to continue the discussion over here. ;)