[Koha-bugs] [Bug 35907] New: Add ability to log all custom report runs with or without query

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 25 15:59:18 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35907

            Bug ID: 35907
           Summary: Add ability to log all custom report runs with or
                    without query
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Because of the way Koha::Logger has been used to log to different categories
based on the interface and caller, it can be extremely hard to log all of a
particular log statement to one place.

For custom report runs, the category is plack-intranet.C4::Reports::Guided when
run from the web interface, cron.C4::Reports::Guided when run from
runreport.pl, and plack-intranet.C4::Auth when run from svc/report.

We should add a more standardized report run log, both with and without the
full query, so that administrators can log all report runs to a centralized
location. If an administrator were to need the "point of entry" for reports, it
is easy to include via parameters in PatternLayout.

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


More information about the Koha-bugs mailing list