Resolve "Double check that anonymization plugin actually applies to Tutor data"
requested to merge 116-double-check-that-anonymization-plugin-actually-applies-to-tutor-data into main
Closes #116 (closed)
I found out that Vector reads the container logs, which were generated by the logger called console
. For some reason, the record
variable for console logs did not have the message
variable, however it did have the getMessage()
funtion which seems to do exactly the same. So I'm using that now, and adding the filtered
formatter to the console logger as well.
Edited by Maarten de Waard