Log Config File
- Last Updated: July 25, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Cassandra 8.0
- Documentation
Attribute
LogConfigFile (LCF)
Purpose
Specifies the filename of the configuration file used to initialize the driver logging mechanism.
Valid Values
string
where:
- string
- is the relative or fully qualified path of the configuration file used to initialize the driver logging mechanism. If the specified file does not exist, the driver continues searching for an appropriate configuration file as described in "Logging for Java components".
Notes
- If the driver cannot locate the specified file when establishing the connection, it looks for a properties file named user_name.logging.properties in the application working directory. If the driver cannot find the file in the application directory, the driver looks for a file named ddlogging.properties in the current working directory. If the driver cannot find the file, the driver abandons its attempt to load a properties file and connects.
Default
The driver looks for the file named ddlogging.properties in the current working directory to load for all connections. If the driver is operating in Server mode, the driver uses the ddlogging.properties file that is stored in the application working directory.
GUI Tab
See Also
For more information, refer to Logging for Java components in the Progress DataDirect for ODBC Drivers Reference.