https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20956
--- Comment #16 from Christopher Brannon <[email protected]> --- (In reply to Magnus Enger from comment #14) > How verbose should we do the logging? As far as I can tell, the information > about permissions is stored in a combination of borrowers.flags and the > user_permissions table. > > The information from the user_permissions table could probably be logged as > is, and be pretty readable. > > But the flags is just a number, that needs to be interpreted in some way to > make sense. Should we log just the number, or the interpretation? If this is a log that a non-admin should be able to interpret, it should be the interpretation. You could log both, especially for debugging, but the interpretation should definitely be there. Why put only the number and make people jump through hoops to interpret if the system can do it without sacrificing performance? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
