Using the JVM
- Last Updated: June 13, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
If you want to configure logging using the properties file that is shipped with your JVM, use a text editor to modify the properties file in your JVM. Typically, this file is named logging.properties and is located in the JRE/lib subdirectory of your JVM. The JRE looks for this file when it is loading.
You can also specify which properties file to use by setting the
java.util.logging.config.file system property. At a command prompt,
enter:
java -Djava.util.logging.config.file=properties_file
where:
- properties_file
- is the name of the properties file you want to load.