http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8066 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@enger.priv.no --- Comment #7 from Magnus Enger <magnus@enger.priv.no> --- I agree with Katrin et al. I expect logging to be on by default. And I disagree with Paul: I think "to discover it would have been useful to have them ON and discover they're OFF" would be worse than taking up some extra database space. Creating an SQL file for the webinstaller that makes it possible to choose to turn logging off during installation would be a good workaround, though. Something like: UPDATE systempreferences SET value = 0 WHERE variable = 'IssueLog'; etc... -- You are receiving this mail because: You are watching all bug changes.