http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413
--- Comment #14 from Srdjan Jankovic <[email protected]> --- (In reply to Jonathan Druart from comment #13) > Did you read the discussion on bug 8190? There are a lot of ideas on it. > > The way to use it is: > > my $logger = C4::Context->logger(); > $logger->info("OPAC: Search for $query"); Yes, and that is precisely what I find inflexible. One size fits all is offered. My approach was use it where/when you need it the way you need it. Log to file/syslog/email/wherever depending on your needs. So the answer is - you don't. Eg you configure it in the psgi script, or in a cron job. Or in a module, if you need something special. My initial pains were SIP and some cron jobs. I do understand that majority may prefer having it already there in context with some less flexibility, in which case we'll pick the other one and go with that. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
