Almost every application should add additional filters for backtrace lines when using tools like verbose_query_logs (Rails) or rack-mini-profiler. If you don't, you'll get way too many meaningless log lines.

Remove any line which appears in "every" backtrace, keep meaningful ones.

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Andrew Novo

@nateberkopec Yes! And you can always set the BACKTRACE env var to get the whole trace in situations when you need it.

0
7mo
Replies