Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AspNetFullFrameworkSampleApp logging (#508)
* Add "Set up"/"ASP.NET" section * Update "Supported Technologies" * Add preCondition="managedHandler" part * Fix AspNetFullFrameworkSampleApp logging AspNetFullFrameworkSampleApp redirects agent's logging to NLog only if ELASTIC_APM_ASP_NET_FULL_FRAMEWORK_SAMPLE_APP_LOG_FILE environment variable is set. It is useful to have AspNetFullFrameworkSampleApp log to target other than file (Trace, etc.) when ELASTIC_APM_ASP_NET_FULL_FRAMEWORK_SAMPLE_APP_LOG_FILE is not set. * Add "Elastic APM .NET AspNetFullFrameworkSampleApp>" prefix TraceTarget Add "Elastic APM .NET AspNetFullFrameworkSampleApp>" prefix TraceTarget so it's easier to filter AspNetFullFrameworkSampleApp even the ones with multiple lines (exception stack traces, etc.) * docs: fix config ids (#511) [docs] Fix heading IDs: (1) revert configuration-on-asp-net-core-sample-config back to sample-config and (2) shorten configuration-on-asp-net-sample-config to asp-net-sample-config * Add "Set up"/"ASP.NET" section * Update "Supported Technologies" * Add preCondition="managedHandler" part * Apply suggestions from code review Co-Authored-By: Brandon Morelli <[email protected]> * Corrected ASP.NET version * Fix AspNetFullFrameworkSampleApp logging AspNetFullFrameworkSampleApp redirects agent's logging to NLog only if ELASTIC_APM_ASP_NET_FULL_FRAMEWORK_SAMPLE_APP_LOG_FILE environment variable is set. It is useful to have AspNetFullFrameworkSampleApp log to target other than file (Trace, etc.) when ELASTIC_APM_ASP_NET_FULL_FRAMEWORK_SAMPLE_APP_LOG_FILE is not set. * Add "Elastic APM .NET AspNetFullFrameworkSampleApp>" prefix TraceTarget Add "Elastic APM .NET AspNetFullFrameworkSampleApp>" prefix TraceTarget so it's easier to filter AspNetFullFrameworkSampleApp even the ones with multiple lines (exception stack traces, etc.) * Code cleanup
- Loading branch information