Skip to content

Commit

Permalink
Update troubleshooting section of docs (#2302)
Browse files Browse the repository at this point in the history
* Update troubleshooting

* Fix doc

* Remove special case trace logging
  • Loading branch information
stevejgordon committed Apr 2, 2024
1 parent ed7dc5b commit f69c133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
--
Expand All @@ -67,7 +67,7 @@ named my_log_file.log:
----
<configuration>
<!-- other sections .... -->
<system.diagnostics>
<system.diagnostics>
<sources>
<source name="Elastic.Apm"> <1>
<listeners>
Expand Down

0 comments on commit f69c133

Please sign in to comment.