Archive for the ‘Programming’ Category

Using containers in my eyes reaches its full potential only when combined with an orchestrator – the usual choice should be Kubernetes. But if you build your own Dockerfiles you want to have a development environment where you can test the images on that orchestrator. This environment should be set up easily and responding fast.

Yesterday, I published an article about majordomo and my conclusion of nut using it, since the version my webhoster provides does not support archives and digest functionality. But do I need it actually? I think that the mailing lists will have only a very limited number of users and, hence, only a small amount of […]

Logging in Python

Posted: 28th November 2012 by knoppi in Computer Stuff, Programming
Tags: , ,

I am an excessive user of the built-in logging facilities of Python. Most information about that topic can be found in the Python Logging Howto or in the description of the logging module. If you’re interested how I use it in my modules, just go on reading