[Koha-patches] [PATCH] bug_13413: Koha::Log - logging for Koha

2015-03-01 Thread Srdjan
--- Koha/Log.pm| 405 + debian/control | 2 + t/Koha_Log.t | 77 +++ 3 files changed, 484 insertions(+) create mode 100644 Koha/Log.pm create mode 100755 t/Koha_Log.t diff --git a/Koha/Log.pm b/Koha/Log.pm new file mode

[Koha-patches] [PATCH] bug_13413: Koha::Log in longoverdue.pl

2015-03-01 Thread Srdjan
--- misc/cronjobs/longoverdue.pl | 53 +++- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/misc/cronjobs/longoverdue.pl b/misc/cronjobs/longoverdue.pl index 193aaaf..342c6c4 100755 --- a/misc/cronjobs/longoverdue.pl +++

[Koha-patches] [PATCH] bug_13413: use Koha::Log with syslog sink instead of syslog directly in Sipserver.pm

2015-03-01 Thread Srdjan
This way we can sift out debugs --- C4/SIP/SIPServer.pm | 56 +++-- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm index 20a97c6..c5ec0cd 100755 --- a/C4/SIP/SIPServer.pm +++