What is best practice for logging on the server side in Next.js?
I have code that syncs two databases and I need to see the log. I was thinking about using an external logging service like Papertrail, but I can't find any examples.
What are you using?