UPDATE Log4LUA 0.2 released. Go to the project page.
After the dust about backend connection handling in MySQL Proxy had settled, I begun working on other parts of HSCALE again. (I’ll return to the backend handling later after talking to Jan Kneschke about their plans.)
One of the issues that bothered me the most was logging.
Until now I just had used a simple debug
function
that could be enabled or disabled using an environment variable.
The pretty straightforward approach a lot of people use. But
there is more to logging than to print debug messages. So I
searched the web and of course I found …