2 Sep
2014
2 Sep
'14
12:06 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12855 --- Comment #3 from Robin Sheat <robin@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.