why some fields are set to enable-audit-log true by default?

2018-04-03 Thread pierre.gaudin
Hi all, In the definition of some entities, certain fields are set to enable-audit-log = true by default. Is there a reason for that? thanks, pierre -- logoNrd Pierre GAUDIN Consultant Fonctionnel Apache-OFBiz, ERP en logiciel Libre informat...@nereide.fr 8 ru

Re: why some fields are set to enable-audit-log true by default?

2018-04-03 Thread Nicolas Malin
Hello, There is a good example on issue OFBIZ-2483 [1]. Personally, I'm not in favor to enable audit log in framework code base because impact the performance. I suggest to convert all current activation to disable, prepare some entity field with extend-entity that contains entity-audit-log o