Closed c0deaddict closed 6 years ago
https://voipgrid.atlassian.net/browse/VIALJS-153
No PII is logged to the remote logger.
All messages to the RemoteLogger are run through the anonymize function which will strip it of PII.
RemoteLogger
anonymize
Fixed gulp develop which stopped when test-unit failed.
gulp develop
test-unit
Issue number
https://voipgrid.atlassian.net/browse/VIALJS-153
Expected behaviour
No PII is logged to the remote logger.
Description of fix
All messages to the
RemoteLogger
are run through theanonymize
function which will strip it of PII.Other info
Fixed
gulp develop
which stopped whentest-unit
failed.