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
3
votes
1 answer

Papertrail throwing error as "dhclient: XMT: Solicit on eth0"?

In Papertrail, while accessing the link through browser, it will be capture in papertrail log, but unfortunately it is not capture. It keep on throwing error as "dhclient: XMT: Solicit on eth0" in centos server. Any idea to resolve this one? Aug 29…
Elangovan
  • 3,469
  • 4
  • 31
  • 38
3
votes
1 answer

Benefit of using logging over print() to log information to Papertrail in a Django Heroku app

I have a Django app that I'm hosting on Heroku and logging to Papertrail via the Papertrail Heroku add-on. There are numerous places where I'm logging information to Papertrail directly, currently by: logger =…
Michael Hays
  • 2,947
  • 3
  • 20
  • 30
3
votes
2 answers

Set computer name when starting an instance

I'm using a windows AMI to start an instance that is hosting a java application. I'm using papertrail for logging which uses the name of the computer to display the system associated with a log stream. Right now computer's name is an auto-generated…
Alkis Kalogeris
  • 17,044
  • 15
  • 59
  • 113
2
votes
1 answer

Why showing this "Papertrail is a legacy winston transport. Consider upgrading"

I am using Winston version "winston": "^3.2.1", "winston-papertrail": "^1.0.5" When I add transports: [ new winston.transports.Papertrail({})] I get Papertrail is a legacy winston transport. Consider upgrading: - Upgrade docs:…
Hasibul-
  • 1,192
  • 1
  • 9
  • 18
2
votes
2 answers

papertrail set up

I can't believe I am having to ask this but I have no idea where to turn. I have Googled loads but not come up with anything. I am looking to use papertrail instead of bugsnag for logging on my android application. I have been given some code (seen…
Lewis Smith
  • 1,271
  • 1
  • 14
  • 39
2
votes
0 answers

Firebase functions logging with winston papertrail gives ECONNRESET error

When developing node-js app's I enjoy using winston logging in combination with papertrail (a logging SaaS provider). I can get the logging from firebase-functions working with papertrail, however, my problem is that when the functions instance is…
DauleDK
  • 3,313
  • 11
  • 55
  • 98
2
votes
1 answer

Logging to Papertrail with PM2

I'm trying to get my node app logs to show up on papertrail using pm2 as my process manager. As of now, I have the pm2 logging to a file defined in my process.json. I want to set it up where I keep a local copy of my logs as well as send them to…
Dan
  • 506
  • 5
  • 18
2
votes
1 answer

Is there a JavaScript API to send logs to a cloud logging service (like papertrail)?

I have some key events that are captured on the client side, and I would like to aggregate them easily. Instead of sending them to my server and pushing to Papertrail, is there any service out there that has a RESTful API to send logs? (or a JQuery…
Eran Medan
  • 44,555
  • 61
  • 184
  • 276
1
vote
0 answers

PaperTrail override column in object_changes before save

Currently I am using PaperTrail for model versioning an I have a situation in which I invite a team member. The created records after the "create" event is fired up is:
1
vote
1 answer

How to send logs to papertrail heroku add-on from a job not running on heroku?

I have an application running on Heroku using the papertrail add-on. Everything works perfectly and logs from that app are shown in there. My problem comes when I want to log to the same papertrail account from jobs running in other servers like…
Antonio Gamiz Delgado
  • 1,871
  • 1
  • 12
  • 33
1
vote
1 answer

how to use papertrail (send logs) in nest js?

is there any way to use papertrail in nestjs application ? I am added loggers like this https://docs.nestjs.com/techniques/logger Now I want to send this logs to papertrail.. is there any way to send ? I got the example of nodejs . but I didn't find…
user944513
  • 12,247
  • 49
  • 168
  • 318
1
vote
0 answers

How to I custom my log format in winston-papertrail?

I am making an app based on typescript and trying to implement winston-papertrail for logs with a timestamp and custom format. The problem is that when I am consoling it, it is showing exacltly what I want but on papertrail it is showing in an…
1
vote
2 answers

How do you prevent Papertrail logs from wrapping?

Is there a preference that I'm missing?
Benxamin
  • 4,774
  • 3
  • 31
  • 30
1
vote
1 answer

What are server logs and how to generate them?

Can someone please explain server logs and how to generate them for my Node.js website. I'm just getting started with this. What does kibana and paper trail do? How will these monitor my server?
Naveen
  • 295
  • 1
  • 3
  • 12
1
vote
0 answers

what is 'facility' in log4net Appender?

can you explain me what is'facility' in the log4net appender config ? This is an example from papertrail guide. ... What is the…
Kay Weng
  • 73
  • 8