Dynamic Data Masking
- Dynamic Data Masking 9.8.2
- All Products
<Dynamic Data Masking installation>\Wrappers\odbc\template.odbcLogConfig.properties
########## Begin of non-modifiable properties section ########## log4j.appender.ddmGenODBCFileAppender=org.apache.log4j.RollingFileAppender log4j.appender.ddmGenODBCFileAppender.layout=org.apache.log4j.PatternLayout log4j.appender.ddmGenODBCFileAppender.layout.ConversionPattern=%d{MM/dd HH\:mm\:ss,SSS} %-10X{processID} %-10t %X{app} (%F:%L) %-5p - %m%n ########## End of non-modifiable properties section ########## ########## Begin of modifiable properties section ########## #only permitted to change the log level from INFO to either OFF or DEBUG, do not modify/remove the ddmGenODBCFileAppender name. log4j.rootLogger=INFO, ddmGenODBCFileAppender #point the File property to the complete file path including the folder location and prefixing the name provided to the log file name and adding the process id as a suffix to the file name in order to support different instances of the same application running at same time. Hence, do not remove the ${processID} suffix. log4j.appender.ddmGenODBCFileAppender.File=C:\\logs\\Aquadata-${processID}.log #Specify the size of each log file for rolling purpose. log4j.appender.ddmGenODBCFileAppender.MaxFileSize=20MB #Specify the max number of bacup rolling files to maintain. log4j.appender.ddmGenODBCFileAppender.MaxBackupIndex=5 ########## End of modifiable properties section ##########