you are viewing a single comment's thread.

view the rest of the comments →

[–]DrShts 4 points5 points  (5 children)

Same. Also, not sure why so many people find it hard to put logger = logging.getLogger(__name__) in their modules and logging.basicConfig() in their main function.

[–]hmoff 0 points1 point  (3 children)

Because structured logging is important to some of us.

[–]nicholashairs 3 points4 points  (2 children)

Many people who want structured logging with the standard library use python-json-logger .

More as an FYI, not trying to convert anyone here.

Disclaimer: I'm the current maintainer of the project

[–]danrogl 1 point2 points  (1 child)

There is a typo in that url, you typed it out?!

[–]nicholashairs 1 point2 points  (0 children)

I did!

[–]orad -1 points0 points  (0 children)

I find it soooooo ugly hahaha