Is it able to get a Web Service logs through API or send log messages to webhook?

Currently, I’m using Discord frequently so I want to use Discord as a log channel so I can keep an eye on my project easier than go to the website. In order to that, I want to make a BOT that fetch logs through API and send it to Discord. Or is Render provided service that send logs to Discord Webhook?

Is it possible to do any of these ideas? Or is there any other ways can solve my problem?

That’s not possible.

The only way to access logs outside of Render is via a logstream which uses syslog (https://docs.render.com/log-streams) - this is a push operation, logs are typically high volume so doesn’t suit an API approach,

Regards,

John B
Render Support, UTC+1 :uk:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.