Skip to content

Commit

Permalink
post-release: doc update 1.25.0 (#2204)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Gordon <[email protected]>
  • Loading branch information
Mpdreamz and stevejgordon authored Oct 19, 2023
1 parent 0687982 commit c5527e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.25.0]]
==== 1.25.0
===== Features
{pull}2196[#2196] Support OnExecuteRequestStep available in new .NET versions for IIS modules.
[[release-notes-1.24.0]]
==== 1.24.0
Expand Down
8 changes: 8 additions & 0 deletions docs/setup-auto-instrumentation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,14 @@ If the default directory cannot be written to for some reason, the profiler
will try to write log files to a `logs` directory in the home directory specified
by `ELASTIC_APM_PROFILER_HOME` environment variable.

[IMPORTANT]
--
The user account under which the profiler process runs must have permission to
write to the destination log directory. Specifically, ensure that when running
on IIS, the https://learn.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities[AppPool identity]
has write permissions in the target directory.
--

`ELASTIC_APM_PROFILER_LOG_TARGETS` _(optional)_::

A semi-colon separated list of targets for profiler logs. Valid values are
Expand Down

0 comments on commit c5527e8

Please sign in to comment.