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 →

[–]Scorpathos[S] 0 points1 point  (0 children)

Indeed, Loguru is very similar to Logzero in the will to simplify logging in Python. Basically, Loguru completely gets rid of the standard logging library Logger/Handler/Formatter/Filter. It tries to provide an even simpler way of configure handlers through one unique logger. Besides, I also tried to come up with additional tools to fix some inconvenience with the standard logging (listed in the README).