Skip to content

Commit 82fbc58

Browse files
committed
anchor tag modification For consistency on the other document
1 parent 56c1530 commit 82fbc58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cosmos-db/sql/performance-tips-dotnet-sdk-v3-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ If you're testing at high throughput levels, or at rates that are greater than 5
6161
> [!NOTE]
6262
> High CPU usage can cause increased latency and request timeout exceptions.
6363
64-
## Logging and tracing
65-
<a id="logging-and-tracing"></a>
64+
<a id="logging-and-tracing"></a> Logging and tracing
6665

6766
Some environments have the [.NET DefaultTraceListener](/dotnet/api/system.diagnostics.defaulttracelistener) enabled. The DefaultTraceListener poses performance issues on production environments causing high CPU and I/O bottlenecks. Check and make sure that the DefaultTraceListener is disabled for your application by removing it from the [TraceListeners](/dotnet/framework/debug-trace-profile/how-to-create-and-initialize-trace-listeners) on production environments.
6867

0 commit comments

Comments
 (0)