Dynamic Data Masking
- Dynamic Data Masking 9.8.1
- All Products
<Dynamic Data Masking installation>\Wrappers\jdbc\template.jdbcLogConfig.properties
######################## description of special components for log file name starts ######################## # %t The system temporary directory "%t/DDM_GENJDBC.log" would typically cause log files to be written on Solaris to /var/tmp/DDM_GENJDBC.log whereas on Windows 7 they would be typically written to C:\Users\<username>\AppData\Local\Temp # %h The value of the "user.home" system property # %g The generation number to distinguish rotated logs. If the file count is greater than one, then the generation number will be added to the end of the generated filename. # %u A unique number to resolve conflicts. FileHandler tries to open the filename and finds the file is currently in use by another process it will increment the unique number field and try again. This will be repeated until FileHandler finds a file name that is not currently in use. # "%% %%" translates to a single percent sign "%" ######################## description of special components for log file name ends ######################## # log file name and location ddm.logfile.name=%h/DDM_GENJDBC.log # level for ddm log file ddm.logging.level=INFO # max size of log file (in bytes). 0 means unlimited ddm.logfile.limit=0 # max number of log files ( minimum is 1) ddm.logfile.count=1 # whether log file gets appended after restart of JVM. (false means old logs gets deleted) ddm.logfile.append=true #encoding of log file ddm.logfile.encoding=UTF-8 # log format ddm.log.format=%1$tm/%1$td %1$tH:%1$tM:%1$tS,%1$tL [%2$s] %4$s - %5$s %6$s %n