What’s the deal with monitoring and logging?

What’s the log statement really for? Why should you bother?

Joe Rackham
Dev Genius
Published in
4 min readApr 21, 2022

--

Photo by Luke Chesser on Unsplash

If you’ve done any programming you’ve probably come across a ‘log’ statement. You might have used it as a debugging aid; to make your code spit out some information at a problematic point. But is this what they’re really for? What’s the point in having your app write a bunch of info to the…

--

--