[Koha-bugs] [Bug 12855] Scripts that support logging should enable logging by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 2 01:06:26 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12855

--- Comment #3 from Robin Sheat <robin at catalyst.net.nz> ---
Logging should be set up like most things do it: errors, warnings, info, debug
levels. 

My suggestion is that default, errors (and warnings?) are logged, however are
checked to ensure that they won't divulge sensitive information, but is able to
give you a heads-up to say that something might need checking out.

Also, they should use something like Log::Any or Log4Perl to do it properly,
none of this spamming syserr/sysout like some scripts do.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list