Hacker News new | ask | show | jobs
by nhumrich 2185 days ago
Similarly, logging too much makes logs meaningless. Purpose-based specific log platforms can be useful, like, stack traces go to sentry, tracing goes to jaeger, stdout for global context stuff, etc. All of these going in one stream makes it almost as useless as no logs.
1 comments

I disagree. If you have too much, you can always filter. If you have too little, you're blind.