HI all,
I have developped a logging module (based on LogLite). I think it could be useful for Koha.
A new system preference controls the log level (eg. level warning for production and debug for development).
It can be used by a simple script or into Koha.
How it works: See Bug 8190 (
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190)
Please have a look at that, and tell me what do you think about it.
Technically, is it satisfying for you?