[Koha-bugs] [Bug 30984] New: Action logs should log the cronjob script name that generated the given log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 17 12:57:19 CEST 2022


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

            Bug ID: 30984
           Summary: Action logs should log the cronjob script name that
                    generated the given log
 Change sponsored?: ---
           Product: Koha
           Version: 21.05
          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

When something is changed by a cronjob, and that entity is logged via action
logs, we can know what changed, and that it was via a cronjob, but we cannot
necessarily know which cronjob made that change. The closest we can come is to
find the action logs for the cronjob module which ran before the change which
is by no means reliable assuming the CronLog is even enabled.

We should add a new column to action logs to store the name of the script ran
for any action logs where the interface is "cron".

-- 
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