LogConfigFile
- Last Updated: June 12, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.0
- Documentation
Purpose
Specifies the filename of the configuration file used to initialize driver logging.
Note: If the driver cannot locate the specified file when establishing the connection, the
connection fails and the driver returns an error.
Valid Values
string
where:
- string
- is the relative or fully qualified path of the properties file to load to initialize driver logging. If you do not specify a path, the driver looks for this file in the current working directory. If the specified file does not exist, the driver continues searching for an appropriate properties file.
Default
ddlogging.properties
Data Type
String
See also
Refer to Using Java logging in the Progress DataDirect for JDBC Drivers Reference.