3 Matching Annotations
- Jul 2023
-
github.com github.com
-
Rails' default approach to log everything is great during development, it's terrible when running it in production. It pretty much renders Rails logs useless to me.
Really? I find it even more annoying in development, where I do most of my log viewing. In production, since I can't as easily just reproduce the request that just happened, I need more detail, not less, so that I have enough clues about how to reproduce and what went wrong.
-
- Oct 2022
-
github.com github.com
- Mar 2021
-
github.com github.com
-
Pluggability uses the Loggability library. Just set the log level to 'debug' and it'll explain what's going on:
-