From f69c133e27946286fcb390494d5766d168e21b69 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 4 Mar 2024 10:47:02 +0100 Subject: [PATCH] Update troubleshooting section of docs (#2302) * Update troubleshooting * Fix doc * Remove special case trace logging --- docs/troubleshooting.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.asciidoc b/docs/troubleshooting.asciidoc index 0bc726321..bb00e1d4c 100644 --- a/docs/troubleshooting.asciidoc +++ b/docs/troubleshooting.asciidoc @@ -50,7 +50,7 @@ ASP.NET (classic) does not have a predefined logging system. By default, the age emit log messages to a https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.tracesource[`System.Diagnostics.TraceSource`] with the source name `"Elastic.Apm"`. The TraceSource adheres to the log levels defined in the -APM agent configuration. +APM agent configuration. Typically, you will configure a preferred log level using an application setting in `web.config`. [IMPORTANT] -- @@ -67,7 +67,7 @@ named my_log_file.log: ---- - + <1>