Hi, I had been using Papertrail for my message logging policy for the past 2 years. Suddenly, starting March 23rd none of my logs are being collected in Papertrail, even though Apigee trace shows 200 Ok. I have opened up a ticket with Papertrail support but they said the collection is working fine. I checked using HTTP endpoint and it does work. Has anyone experienced anything similar with Papertrail Or Is someone using Papertrail for collecting their logs using message logging policy. I was using my account token in place of xxxxxxxxxxxxxx.
I also went ahead and regenerated the token from my Papertrail profile and re-created new Log Destination, but still no luck.
Any help would be appreciated.
<?xml version="1.0" encoding="UTF-8"?>
<MessageLogging async="false" continueOnError="false" enabled="true" name="Message-Logging-1">
<DisplayName>Message Logging-1</DisplayName>
<!-- PaperTrail -->
<Syslog>
<Message>[xxxxxxxxxxxxxx tag="{organization.name}.{environment.name}.{apiproxy.name}"] Request: {request.querystring} : {request.content}, Response: {message.content}</Message>
<Host>logsx.papertrailapp.com</Host>
<Port>xxxxx</Port>
<Protocol>TCP</Protocol>
<FormatMessage>true</FormatMessage>
<SSLInfo>
<Enabled>true</Enabled>
</SSLInfo>
</Syslog>
</MessageLogging>