papertrail-app Questions
1
I am running my web server on Elastic Beanstalk, and using Papertrail for logging. I am using the official .ebextensions script to get papertrail set up during deployment, but I have a problem. I u...
Larrabee asked 1/6, 2018 at 11:55
1
I want to search using a regular expression in the search bar of Papertrailapp.
When I try some thing like this
randomText \(\d\d\d
Expected result : randomText (223
Actual Result : No search...
Suanne asked 3/3, 2019 at 7:59
5
Solved
I believe the default behavior of rails logging on production is to not output the rendering of all partials. This should log in development but not on production.
However, I'm seeing this in prod...
Pounce asked 26/6, 2013 at 5:19
1
A known problem with running Rails Rake tasks on Heroku is that they don't submit their logs to Papertrail since the one-off dynos push their output to the console by default. This is solved by run...
Grisham asked 11/4, 2017 at 17:46
1
Solved
I have the following docker-compose configuration:
version: '3'
services:
worker:
image: // image
logging:
driver: syslog
options:
syslog-address: "udp://XXX.papertrailapp.com:XXXX"...
Harakiri asked 22/11, 2018 at 1:47
0
I'm using Ubuntu 16.04. I want to show the rails logs on the service Papertrail. I do everything as indicated in the instruction:
sudo remote_syslog \ -p 34698 \ -d logs7.papertrailapp.com \ --pi...
Tollefson asked 28/8, 2018 at 4:20
1
Solved
I've deployed a Laravel app to heroku by following the official guide. It says to change APP_LOG=errorlog, which I've done.
I've also tried two different versions of this, the commented line being...
Vevay asked 24/11, 2017 at 13:28
1
We're aggregating our logs to papertrail using heroku's log drains. Everything works great, except, I'm not sure how to set up logging from one-off dynos, which we use to run scripts.
I thought th...
Soult asked 23/5, 2017 at 17:46
1
Solved
Inside the heroku logs, I have the following line...
Aug 06 21:50:18 coolApp heroku/router: at=info method=GET path="/about.jpg" host=coolapp.com fwd="78.7.88.177,643.198.55.55" dyno=web.1 connect...
Homebody asked 7/8, 2016 at 22:32
1
Solved
I'm using Papertrail to collect my Docker container's logs.
Do to that, I used the syslog driver when I created the container:
sudo docker run --name my_container --log-driver=syslog ...
... and a...
Arrogant asked 24/4, 2015 at 11:53
1
© 2022 - 2024 — McMap. All rights reserved.