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?
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,