[Koha-bugs] [Bug 32057] Add optional stack trace to action logs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 18 16:07:29 CEST 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> 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.


More information about the Koha-bugs mailing list