https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |It can be useful to know release notes| |where in Koha a particular | |logged action was generated | |from, and how his | |enhancement adds stack | |traces to action logs. To | |use, add a number for the | |trace depth (such as 3) to | |the new system preference | |ActionLogsTraceDepth. The | |details for the stack trace | |are available by querying | |the database, for example: | |SELECT * FROM action_logs | |WHERE trace IS NOT NULL; --- Comment #14 from David Nind <david@davidnind.com> --- Thanks Kyle for fixing! I should have thought of running dbic! Now signed off. David -- You are receiving this mail because: You are watching all bug changes.