Make the consent log optional
marcuslelle opened this issue · 5 comments
A Data Protection Officer of one of my customers wants the consent log to be disabled.
I would love to configure this via config.yml.
Please consider this enhancement.
imho it should be disabled by default and the anonymisation should be disabled by default (because if you enable the log, then anonymisation is pointless)
It would be great if you could document the enabling of the consent_log and anonymize_ip in the config-file somewhere for non-developers like me.
Where exactly is the config.yaml file located/has to be created?
Is it config.yaml or config.yml?
Whats the exact definition of enabling consent_log and anonymize_ip in the file (indentation,...)?
How to make the changes update safe?
This would help a lot.
Thank you!
It would be great if you could document the enabling of the consent_log and anonymize_ip in the config-file somewhere for non-developers like me.
You can always use config:dump-reference
.
Where exactly is the config.yaml file located/has to be created?
You can look that up in the official Contao and Symfony documentation.
Is it config.yaml or config.yml?
Both are supported by Contao and Symfony.