https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057
Katrin Fischer <[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 logged |where in Koha a logged |action was generated from, |action was generated from, |and how. This enhancement |and how. This enhancement |adds stack traces to action |adds stack traces to action |logs. To use, add a number |logs. To use, add a number |for the trace depth (such |for the trace depth (such |as 3) to the new system |as 3) to 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 | |WHERE trace IS NOT NULL; |`SELECT * FROM action_logs | |WHERE trace IS NOT NULL;` Component|Architecture, internals, |Reports |and plumbing | -- 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/
