Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Feb 26, 2024
1 parent 0e1f9e0 commit e990d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ named my_log_file.log:
----
<1> Define listeners under a source with name `"Elastic.Apm"` to capture agent logs

In rare situations, a critical exception may occur before the `IApmLogger` is available. To protect the application, such exceptions will be caught
to avoid crashing the application. The module code will emit a Trace message to any available listeners in such situations. If you are missing
In rare situations, a critical exception may occur before the `IApmLogger` is available. To avoid crashing the application, such exceptions
will be caught and the module code will emit a Trace message to any available listeners in such situations. If you are missing
application traces after registering the `ElasticApmModule`, you can temporarily enable a listener to catch all other trace events.

[source,xml]
Expand All @@ -100,7 +100,7 @@ application traces after registering the `ElasticApmModule`, you can temporarily
</listeners>
</trace>
<sources>
<source name="Elastic.Apm"> <1>
<source name="Elastic.Apm">
<listeners>
<add name="file"
type="System.Diagnostics.TextWriterTraceListener"
Expand Down

0 comments on commit e990d69

Please sign in to comment.