Biz uygulamaların bir dizi başlatmak üzereyiz bir web sunucusu var. Sunucu düzeyinde bir veritabanı / memcached sunucusu durumunda sorumlu aşağı gidiyor kişiyi haberdar Hyperic yardımı ile işleme hatayı çalışmak başardılar.
Ancak, bu nihai hata işleme ihtiyacı hala ve application level müşteriler fark etmeden, müşterilerimiz için uygulamalar geliştirmek için gerçekleşmesi olayları günlüğe.
So, what's then a good solution to do this?
Utilizing PHP:s own error log would quickly become cloggered if we would run a big number of applications at the same time. It's probably isn't the best option if you like structure.
One idea is to build a off-site lightweight error-handling application that has a REST/JSON API that receives encrypted and serialized arrays of error messages and stores them into a database. Maybe it could, depending on the severity of the error also be directly inputted into our bug tracker.
Could be a few well spent hours, but it seems like a quite fragile solution and I am sure that there's better more-reliable alternatives out there already.
Teşekkürler,