2 Anonymizing the debug log
Marcel Klehr edited this page 2022-02-09 11:43:58 +01:00

This is now possible out of the box in the floccus settings.

Using Perl

$ perl -CSD -pe 's{(://.+\))}{$a=$1;$a=~s/\w/X/g;$a}ge; s{(\[.+\])}{$a=$1;$a=~s/\w/D/g;$a}ge'
  floccus-4.6.4-2021-07-16.log > floccus-4.6.4-2021-07-16-anonymized.log;