Questions tagged [papertrail-app]

Papertrail provides frustration-free log management as a cloud-hosted service.

Papertrail provides frustration-free log management as a cloud-hosted service.

61 questions
0
votes
2 answers

fluentd daemon set container for papertrail failing to start in kubernetes cluster

Am trying to setup fluentd in kubernetes cluster to aggregate logs in papertrail, as per the documentation provided here. The configuration file is fluentd-daemonset-papertrail.yaml It basically creates a daemon set for fluentd container and a…
Naresh Babu
  • 702
  • 1
  • 7
  • 17
0
votes
1 answer

Prevent unwanted logs in heroku

I have successfully deployed a production-level app in heroku. Now I'm working on logging and monitoring. Unfortunately, I cannot find a way to control what is being logged in heroku logs, papertrail, etc. Every 1 or 2 minutes, I get the following…
user6851498
0
votes
1 answer

Installing 'papertrail/remote_syslog2' manually, not found executable file

I am trying to setup papertrail logging for my laravel app on my virtual machine (GCP - compute engine) having linux OS (Ubutu 18.04). Following the steps as recommended by papertrail(using remote_syslog2), so downloading remote_syslog2:…
sssurii
  • 750
  • 4
  • 17
0
votes
1 answer

Papertrail not using system host name

I am trying to figure out why Papertrail it not using the hostname as is advertised on this documentation page: Papertrail honors the hostname sent by your log sender, such as rsyslog or remote_syslog2. By default, this is the system…
DannyB
  • 12,810
  • 5
  • 55
  • 65
0
votes
1 answer

Django papertrail logging failing mysteriously

I have set up papertrail for a Django project but logging fails with OSError: [Errno 9] Bad file descriptor. The weird thing is if I call django.setup() before the logging call it works... settings.py LOGGING = { 'version': 1, …
Darwin Tech
  • 18,449
  • 38
  • 112
  • 187
0
votes
1 answer

Rails: Configure logger in production to work with Papertrail

I'm trying to configure my logger to work in production on a Rails 5.1.4 app deployed to Heroku. I'm using Papertrail but my custom log messages are not being shown in there. I'm not getting any error. What's wrong? My…
Afas
  • 806
  • 1
  • 6
  • 11
0
votes
2 answers

Heroku - Ruby error loop

I have not made any changes to ruby files, just a few layout changes and am seeing the following errors in Papertrail on my server. I did some digging by can't seem to find an answer. Also the same code base is running in a QA system with no…
0
votes
1 answer

Silently reporting errors to Papertrail

I'm working with a large Node.js application on Heroku, with logging maintained by Papertrail. I have a central error handling and logging function which, at the moment, just logs an error to the console, displays a generic "An error occurred!"…
Shea Hunter Belsky
  • 2,815
  • 3
  • 22
  • 31
0
votes
2 answers

Regex: pass a query string if and only if it includes some subsequent parameters?

I'm trying to use PaperTrail's filter logs tool to filter out specific paths using RegEx. My log string could look like one of the below: Should NOT pass and NOT be logged Sep 03 10:12:40 lastmingear heroku/router: at=info method=GET…
james
  • 3,989
  • 8
  • 47
  • 102
0
votes
1 answer

How to Use Django Logging with Heroku Papertrail & Waitress

So I've been trying to get logging to work with Django 1.9.5/Python 3 on a Waitress server running on Heroku, but I have been unable to so far. This is the configuration I have added to my production server Django settings: settings.py LOGGING = { …
Hybrid
  • 6,741
  • 3
  • 25
  • 45
0
votes
2 answers

how can I change logger settings based on ENV variable in ruby using logger?

I have set up the following using this: Ruby - share logger instance among module/classes EDIT: Based on the comments below, I updated the code but still have issues logging. module Logging # in classes needing to be logged use 'include Logger' …
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
1 answer

Bluemix logging issue to papertrail

Any idea why syslog:// protocol from bluemix app is not connecting to PaperTrail third party logging service? Here is my process: create user provided service bind this service restage then on the papertrail nothing happens: You can try it…
user2670818
  • 719
  • 5
  • 12
  • 28
0
votes
1 answer

NXlog ignores multiline tomcat stacktraces while sending to Papertrail

I am able get the stacktrace[exceptions] from rsyslog (v-8.13.0) to a common nxlog server which sends the logs to a papertrail server. But the nxlog server ignores these multiline logs to papertrail. I know there is a module (xm_multiline) in nxlog…
Nishant Singh
  • 3,055
  • 11
  • 36
  • 74
0
votes
1 answer

Rsyslog - Monitor a custom log file

I am using Ubuntu 14.04 and I have managed to use rsyslog to push my Apache error logs to Papertrail. I then moved onto monitor another log file and after a restart and commenting out the Apache config lines, I still get Apache logs being…
Abs
  • 56,052
  • 101
  • 275
  • 409
0
votes
3 answers

Add syslog handler in Laravel for paperTrail .

How could i link Laravel log files to PaperTrial ? According to this article : http://mattstauffer.co/blog/laravel-forge-logging-with-papertrail#step-4-add-a-syslog-handler I followed steps and reached to step 4 putting Syslog Monolog handler in the…
Yunis Hawwash
  • 98
  • 2
  • 13