https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24071 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 99180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99180&action=edit Bug 24071: Add a way to export debug info Actually this patch does much more, but still not enough. There are 2 goals that I would like to achieve with this patch: * Add an entry point to the Koha wiki from Koha * Explain a bit how to report a from within Koha, and export useful data TODO: * Stylish * Fix wording * Improve exported file (must be either a .txt or .zip with other text files, not a .pdf) * Display other log files, not only plack-error.log * Display the bottom of the log file, not the beginning * Only display the last X lines of the logs (500?) * Is there a way to retrieve the content of the JS console (sounds impossible to get it from other tabs anyway, unless we copy it in the local storage, which seems wrong). * Main question: how critical it is to display the log file? Is that ok to display it for superlibrarian only? They will need to be warned that the file could contain potential data they do not want to share publicly (IP, DB name, etc.). -- You are receiving this mail because: You are watching all bug changes.