Make Your Logs Work for You
The days of logging in to servers and manually viewing log files are over. SolarWinds® Papertrail™ aggregates logs from applications, devices, and platforms to a central location.
View Technology InfoFEATURED TECHNOLOGY
Troubleshoot Fast and Enjoy It
SolarWinds® Papertrail™ provides cloud-based log management that seamlessly aggregates logs from applications, servers, network devices, services, platforms, and much more.
View Capabilities InfoFEATURED CAPABILITIES
Aggregate and Search Any Log
SolarWinds® Papertrail™ provides lightning-fast search, live tail, flexible system groups, team-wide access, and integration with popular communications platforms like PagerDuty and Slack to help you quickly track down customer problems, debug app requests, or troubleshoot slow database queries.
View Languages InfoFEATURED LANGUAGES
TBD - Built for Collaboration Title
TBD - Built for Collaboration Description
TBD LinkBuilt for Collaboration Feature List
Tips from the Team
By engineers, for engineers
View More TipsAdditional Tips
Technical Resources
Educational Resources
Connect with Us
Administrator Guide
Collect Logs
Collect Logs: Apps & Services
Collect Logs: Hosting Services
Collect Logs: Integrations
Manage Logs
Send Logs for Analytics
SolarWinds Users & Orgs
Support and Security
What's New
Honeybadger allows custom data to be attached to an event via Honeybadger.context
. Using this functionality, a link to related log data in Papertrail can be added to an error, providing a simple way of seeing what other activity was occurring around that time period.
Here’s an example of how that might be implemented in a Rails before_filter
call:
before_filter do
Honeybadger.context({
:papertrail_url => "https://papertrailapp.com/events?time=#{Time.now.gmtime.to_i}",
})
end
A timestamp based URL to Papertrail is included in Honeybadger.context
, and whenever an error occurs, Honeybadger will display it in the UI.
Subsequent calls to context
will merge the existing hash with any new data, so any other relevant information can be built up throughout the request’s life cycle. Honeybadger will discard the data when a request completes, so that the next request will start with a blank slate.
Datasheet Help Contact @papertrailapp Legal Documents California Privacy Rights Software Services Agreement Privacy Notice GDPR Resource Center SolarWinds Subscription Center COVID-19 Resource Center
© 2024 SolarWinds Worldwide, LLC. All rights reserved.