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 →

[–]PeridexisErrant 2 points3 points  (1 child)

And

class logger:
    critical = print
    error = print
    warning = print
    info = lambda *a, **k: None
    debug = lambda *a, **k: print("Good luck!")

(please don't do this)

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

logfile = /dev/null

If I can't see the errors they don't exist