http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6890
--- Comment #11 from Jonathan Druart <[email protected]> --- (In reply to MJ Ray (software.coop) from comment #10) > In reply to comment 9: > > The logs should be written only if a pref is set. > > It is the usual way to log actions into Koha. > > What pref should be set? > > What coding guideline sets this out? Hello MJ, You can have a look at admin/preferences.pl?tab=logs and at the result of the following command: git grep logaction The action_logs table is filled depending on syspref values, so I suppose you should do the same. If you disagree, you can ask another QAer to have a look. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
