Comment by Etheryte

1 month ago

I don't think the post is an unreasonable complaint. The fact that you have to even think about how to get logs out of your application is insane, never mind all the hoops you need here. Logging should be a first class citizen in anything that goes to production.

Interesting, because that is hardly so in most frameworks, logging requires additional libraries and configuration almost everywhere.

  • In most languages and frameworks logging is as simple as import, initialize, done. Here it's far from it.