110 Results
Introduction Amazon Simple Notification Service (SNS) is a push messaging service. Using SNS, messages can be sent to mobile devices, text message recipients, apps, SQS queues, and other destinations. Papertrail generates an SNS message for each matching…
Introduction logback is "intended as a successor to the popular log4j project." Papertrail supports aggregating messages from a native logback appender, providing a live searchable console for your Java (JRE/JVM) app logs, including Scala apps using…
Intro AWS Elastic Beanstalk is a way to quickly deploy and manage applications in Amazon Web Services. Elastic Beanstalk supports Java, PHP, Python, Ruby, .NET, and Node.js apps. Here’s how to aggregate app and system logs from Elastic…
How to import one or more archives into a locally-installed application called OpenRefine (formerly Google Refine) to manipulate and export logs. Import Download and install OpenRefine here. Download a log archive, which is in tab-separated value (TSV) format (more).…
How to enable colorization and how to customize with different colors, colorize certain programs or apps, and more. Contents Standard colorsCustomize colors to highlight different systems, programs, and errorsViewer customizations Standard colors Papertrail can automatically colorize the system and program…
Papertrail can accept logs from any Android application using either of the following methods. logback-syslog4j Add the following to the app's Gradle dependencies list: compile 'org.slf4j:slf4j-api:1.7.25' compile 'com.github.tony19:logback-android:1.1.1-12' compile ('com.papertrailapp:logback-syslog4j:1.0.0') { exclude group: 'ch.qos.logback' }…
rKubelog is a simple way to send logs from a Kubernetes (K8s) cluster to Papertrail without having to configure DaemonSets, sidecars, fluentd, or persistent claims. With rKubelog, it's easy to use Papertrail for logging in nodeless clusters, such as…
Introduction Amazon EC2 is Amazon.com's cloud computing platform that allows users to rent virtual machines (instances), and host their applications on either Linux or Windows. Here's how to aggregate app and system logs from these…
Rails By default, Rails logs are extremely verbose. For example, every partial rendered generates a log message, even in production. Most of the verbosity is rarely useful, and often it's simply noise that has no…
Introduction Cloud 66 is a DevOps-as-a-Service for Rails, Node, and Docker. The instructions below focus on Rails; Node apps will have a similar setup, but may require some adjustment. Setup Create a Papertrail account (free) If…