We’re pleased to announce a new major release of LogDigger Connector – a lightweight Java library that captures and notifies you about errors in your web applications. LogDigger helps you track down bugs more rapidly, automatically creating detailed error reports with all important data: HTTP request details like URL, POST parameters and HTTP headers. Request-level [...]
We’re pleased to announce the new release of LogDigger servlet library. There are several significant changes related to this release: The new name of the library is LogDigger Connector for Java. The library has been open sourced under the Apache License v2.0. There was a major refactoring of the package tree. Please check the change [...]
In version 0.4 we introduced dynamic changing of logging levels that does not waste server resources if logging of low priority events is not requested by Firefox add-on. Unfortunately, due to bug we had, Log4j appenders were able to register only events that were at level with root logger hence ignoring the rest of Log4j [...]
LogDigger Servlet Library v0.4 has been released today. The major improvement is handling of Log4j logging levels on the server side, as explained bellow. Performance effect of the new LogDigger servlet library is near to none: When there are no requests from authorized LogDigger clients (Firefox extension) all Log4j loggers in web application have their [...]