Remix.run Logo
a5c11 3 days ago

> Also, setting up logging in Python is never fun.

import logging

BeetleB 3 days ago | parent [-]

Not fun at all.

Configuring it to produce useful stuff (e.g. timestamps, autologging exceptions, etc). Very boilerplate and tedious.