[Koha-bugs] [Bug 34962] Add a system messages feature to Koha to report issues and failures in a more visible way

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 29 18:20:03 CET 2024


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

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
I think for an initial development, we could show a table of messages with the
date/time, a "component" ( basically the module of Koha this is part of ), and
the message itself.

For example, if EDI can't connect to an FTP server for a vendor EDI profile,
would could have a component of "Acquisitions/EDI" and a message like "Unable
to connect to remote server: Failed to connect to $vendor_ftp_host for
$vendor_description ($vendor_id)".

It seems like anything connection to an external service should take advantage
of this kind of feature.

Table columns could be something like:
timestamp
component
message
cleared (timestamp)

The screen would have a "clear all" button to set cleared. Cleared messages
would not show in the staff interface, but would remain in the table until the
cleared messages are deleted by the cleanup database cronjob.

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


More information about the Koha-bugs mailing list