It can be a challenge locating a specific log message when Errors and Logs from different servers, apps, and environments are are constantly being captured by the Errors and Logs Dashboards. With the improved Filters and Fields solution, you can easily zero in on a certain error or log message by simply applying the right fields and filters to your …
Errors and Logs: Configure log4net
You can get started logging with log4net with minimal changes to your project. You essentially just add a few DLLs to your project and then add some configuration details to your .config file specifying an additional (or replacement) log appender. The appender is available via Nuget in Visual Studio and additional documentation can be found on our Github page. Getting …
Logs: Querying Logs
Retrace’s log management allows you to view and search across all of your logs in one place. Full text indexing powered by Lucene is used to create powerful searching capabilities. Most Lucene style searches are supported. Tips for Searching Through Logs Operators By default searches use the AND operator and must match all terms. These two queries are the same: …
Errors and Logs: Overview
Stackify’s Errors and Logs API enables you to get more from what you’re logging. Simply plug in a Stackify appender into your existing framework, or log your messages directly to Retrace without a framework via the Stackify API. Once properly configured, you will be able to get more contextual information about your exceptions, view your app’s log messages, begin correlating exceptions …
Release Notes: December 2014
A New Ruby API Now in Testing For those interested in beta testing the new Ruby Logging API and Metrics API you can do so by visiting the Stackify Github page. JBoss EAP 6.x Support Stackify now supports JBoss EAP 6.x. After adding a JMX connection for JBoss, your apps will be discovered and MBean smart defaults will …
Release Notes: February 2015
This latest version of Stackify includes a number of fixes and improvements along with some enhancements made to the Errors and Logs Dashboards. Below are some of the new features you might notice in Stackify. New Default Field Settings in Errors Dashboard and Logs Dashboard We now support the ability to have users set default search settings. These default settings …
Account: Errors and Logs Retention Times
Errors in the Errors Dashboard and Logs in the Logs Dashboards by default are retained for 30 days before they are deleted. We also offer plans for 60 day or 90 day retention. To update to longer retention plan, navigate to the Settings>Billings page and click on “Update Service Plan” Once a log message reaches an age of older than …
Logs: Calculate Log Storage
For every 1 GB of data storage in Retrace for Errors and Logs, you can send approximately 2-3 million log messages, or roughly 500 K to 1 million errors. The exact number of logs per 1 GB of data depends on factors such as how much text each log message includes, how large the stack trace is in your exception, …