We have around 10-12 websites running at any given time, and our problem was that we were spending a lot of time in debugging/reproducing the errors reported by our client. We wanted a system which could log all the errors reported by different websites in just one place.
I stumbled upon this online bugreporting tool called as BugLogHQ and I was quite impressed by there solution.
It is very simple to implement and you can download the whole project from Riaforge.
The code is very well written in a nice ColdBox like framework, hence you can modify it if you want to.
You may have to do a bit of tweaking in database design. Specially in there Entry table, where the columns are set to be very small, while your Exception data could be very long (which is usually the case).
But at the end of the day it does what it promises and saves a lot of time.
0 comments:
Post a Comment