FDM 4.10 - Log contains custom function masked value
search cancel

FDM 4.10 - Log contains custom function masked value

book

Article ID: 372430

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

 

We noticed the following line in our FDM logs when running a custom built function

This doesn’t happen masking with native TDM functions (fixed value, hashlov, FormatFPE1, etc.) but when calling a custom mask function coded using the TDM java library,  we are seeing this entry.. 

2024-07-1613:04:13.969 pool-3-thread-2 - returnedValue: '0002931'
 
Is there a way to prevent FDM from logging the masked value? 

Environment

FDM 4.10 and up

Cause

N/A

Resolution

 The latest FDM patch for 4.10 and 4.11 branch and up  has the fix. 

/FastDataMasker-4.10.1011.0.zip
/FastDataMasker-4.11.58.0.zip


with this patch the masked value for custom function is logged with debug level 3 and higher.

 DIAGLEVEL=0 will not log the values for custom mask functions..