https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057
David Nind <[email protected]> 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 <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
