Skip to content

Commit 4d0be67

Browse files
committed
Added ##
1 parent 82fbc58 commit 4d0be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +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-
<a id="logging-and-tracing"></a> Logging and tracing
64+
## <a id="logging-and-tracing"></a> Logging and tracing
6565

6666
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.
6767

0 commit comments

Comments
 (0)