I started working on some "meta" loggers about three months ago, but I haven't decided if it is worth adding them to the main repo. Here is my take on FailoverLogger copied from the branch where I was playing with the ideas. (This code is not fully tested.) // NewFailoverLogger...
I've always tried to resist the temptation to do too much explaining or meta-commentary in general, partly because once you start breaking the fourth wall, it can be hard to stop, and partly because I've found those boundaries are helpful for keeping me focused. But if you want to sen...
If you’re using the apscheduler library in your FastAPI app running in a Docker container, and you’re not seeing print messages in the container logs, it’s possible that the messages are being buffered by the apscheduler library or the Python interpreter, and are not being immediately flu...