Actions
Bug #85653
closedDescription and/or behaviour of [SYS][ipAnonymization] is wrong/misleading wrt. to sys_log
Start date:
2018-07-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The description of this global settings is
Configures if and how IP addresses stored via TYPO3''s API should be anonymized ("masked") with a zero-numbered replacement.
I totally expected this to mean that newly created sys_log entries (and other IP logs if the core does this) are automatically anonymized if set to 1 or 2. But instead this option is currently only used by the new IpAnonymizationTask and Indexed Search. I expect that the TYPO3 core itself has IP addressed "stored via TYPO3''s API".
I see two options here:- adjust the description (-> "not used by core itself for log entries, use task or anonymize API yourself if you need this")
- make the core actually anonymize IP addresses upon persisting sys_log entries depending on this setting
I prefer the second option, because then this setting would be of an actual use without having to setup the task to anonymize afterwards.
Side note: also note the wrong double apostrophe in the string "TYPO3''s API"
Actions