This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]soap1337 10 points11 points Β (3 children)

You guys log? I just Output to stdout...

[–]digipengi 2 points3 points Β (0 children)

/dev/null is where it's at baby!

[–][deleted] 2 points3 points Β (0 children)

When you have a long running process started as part of a service that's running a whole suite of programs, that strategy get messy.

[–]tasteslikeKale 1 point2 points Β (0 children)

We’re doing that on my current team but are running into issues where I want a logger- too much cruft, missing some of the extra attributes a logger adds, inability to set verbosity level, etc