Default Skip Mask Middleware that performs multiple checks to see if log should be skipped or not. Does not modify original log object.
Performed checks, which result in masking being skipped.
details object contains skipMaskTag property with MASKING_SKIPPED value. skipMaskTag const value is exported separately for more convenience.
details object of error contains skipMaskTag property with MASKING_SKIPPED value.
logInfo object of error contains skipMaskTag property with MASKING_SKIPPED value.
log is a postgraphile dev log. Checks based on message pattern, context value of console and presence of environment property.
log is a RabbitMQ log with a connection string that already has sensitive values masked. Checks based on a message pattern.
Default Skip Mask Middleware that performs multiple checks to see if log should be skipped or not. Does not modify original log object. Performed checks, which result in masking being skipped.
detailsobject containsskipMaskTagproperty withMASKING_SKIPPEDvalue. skipMaskTag const value is exported separately for more convenience.detailsobject of error containsskipMaskTagproperty withMASKING_SKIPPEDvalue.logInfoobject of error containsskipMaskTagproperty withMASKING_SKIPPEDvalue.contextvalue ofconsoleand presence ofenvironmentproperty.