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 |It can be useful to know release notes|where in Koha a particular |where in Koha a logged |logged action was generated |action was generated from, |from, and how his |and how. This enhancement |enhancement adds stack |adds stack traces to action |traces to action logs. To |logs. To use, add a number |use, add a number for the |for the trace depth (such |trace depth (such as 3) to |as 3) to the new system |the new system preference |preference |ActionLogsTraceDepth. The |ActionLogsTraceDepth. The |details for the stack trace |details for the stack trace |are available by querying |are available by querying |the database, for example: |the database, for example: |SELECT * FROM action_logs |SELECT * FROM action_logs |WHERE trace IS NOT NULL; |WHERE trace IS NOT NULL; -- 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/
