Posts Tagged ‘Coding’

“Hello World” in Kubernetes

Posted: 11th November 2018 by knoppi in Computer Stuff, Linux
Tags: , , ,

A “Hello World” in Kubernetes should be very similar to one in Docker. Oh no, wait, actually, it should not.

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