Is there a way to customise logs in Wasp (like having custom log formats and transports)? Also, how can I add some APM monitoring? I tried using New Relic, but it was too hacky to implement. Newrelic either runs as a command line flag to the
node -r ...
node -r ...
command, or you need to import it in the code before everything. I can change the entrypoint in docker file, but that can trigger more issues.
I have my app in production, and I badly need some observability and APM with good logs.