Skip to content

Commit 0d77975

Browse files
committed
Tweak parameter logging text
1 parent 3e926f5 commit 0d77975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conceptual/Npgsql/diagnostics/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Note that you must call `InitializeLogging` at the start of your program, before
6464

6565
## Parameter logging
6666

67-
By default, when logging SQL statements, Npgsql does not log parameter values, since these may contain sensitive information. You can turn on parameter logging by setting `NpgsqlLogManager.IsParameterLoggingEnabled` to true.
67+
By default, when logging SQL statements, Npgsql does not log parameter values, since these may contain sensitive information. You can opt into parameter logging when debugging your application:
6868

6969
### [Console Program](#tab/console)
7070

0 commit comments

Comments
 (0)