Welcome to the Linux Foundation Forum!
Lab 10 - I see no log into "papertrailapp.com"
Hello,
After sign up on papertrailapp.com and adding a new system as explained into the lab instructions, I created the service and binded it to my application. OK, no problem up to here.
However, I see no log appearing into papertrailapp.com/events...
Any ideas?
Anthony
0
Comments
Hi Anthony, if your configuration is correct, you are automatically redirected to https://papertrailapp.com/dashboard . In the dashboard you have the list of log destionation created by you.
In any case I'll give you the command I used:
cf cups my-logs -l syslog-tls://logsN.papertrailapp.com:XXXXX
cf bind-service <appname> my-logs
cf restart <appname>
You can find your "logsN.papertrailapp.com:XXXXX" in papertrailapp.com -> Settings -> Log destinations.
Regards,
Andrea
Thanks Andrea,
Yes I did all these points, but maybe I forgot something around Papertrail config.
Did you do something with a command like:
wget -qO - --header="X-Papertrail-Token: 0NPqEhVF0Z6Mm7PTUl" \
https://papertrailapp.com/destinations/5230141/setup.sh | sudo bash
thanks,
Anthony
Hi Anthony, I followerd the instruction reported here:
http://help.papertrailapp.com/kb/hosting-services/cloud-foundry/
At point 2) I opended the link: https://papertrailapp.com/systems/new and selected "I use Cloud Foundry" and assigned the name my-logs and hit Save button.
I think that you are following "Setup Systems" from https://papertrailapp.com/systems/new. Thats wrong.
Regards,
Andrea
that works now, thanks!
Anthony