diff --git a/docs/troubleshooting.asciidoc b/docs/troubleshooting.asciidoc index bf74e23cf..bb00e1d4c 100644 --- a/docs/troubleshooting.asciidoc +++ b/docs/troubleshooting.asciidoc @@ -82,37 +82,6 @@ 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 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] ----- - - - - - - <1> - - - - - - - - - - - - ----- -<1> Check the `everything_logfile.log` for any critical exception logs that may indicate a failure to initialize the Agent. - [float] [[collect-logs-class-other-logging-systems]] ===== Other logging systems