Skip to content

Commit 9fd794a

Browse files
authored
Update tracing instructions for Java 9+
1 parent 0726ced commit 9fd794a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/jdbc/tracing-driver-operation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tracing driver operation (logging)
33
description: Learn how to use tracing to log details and resolve issues and problems when using the JDBC Driver for SQL Server.
44
author: David-Engel
55
ms.author: v-davidengel
6-
ms.date: "08/12/2019"
6+
ms.date: 11/03/2022
77
ms.prod: sql
88
ms.technology: connectivity
99
ms.topic: conceptual
@@ -128,7 +128,7 @@ logger.setLevel(Level.OFF);
128128

129129
## Enabling tracing by using the logging.properties file
130130

131-
You can also enable tracing by using the `logging.properties` file, which can be found in the `lib` directory of your Java Runtime Environment (JRE) installation. This file can be used to set the default values for the loggers and handlers that will be used when tracing is enabled.
131+
You can also enable tracing by using the `logging.properties` file, which can be found in the `lib` directory of your Java Runtime Environment (JRE) 8 installation or the `conf` folder for Java 9 and higher. This file can be used to set the default values for the loggers and handlers that will be used when tracing is enabled.
132132

133133
The following configuration is an example of the settings that you can make in the `logging.properties` files:
134134

0 commit comments

Comments
 (0)