Skip to content

Commit 3509319

Browse files
committed
Updated the readme for the nlog client.
1 parent 7276509 commit 3509319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Platforms/NLog/NuGet/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here is an example NLog.config file that shows how to use the Exceptionless NLog
2626
  </extensions>
2727

2828
  <targets async="true">
29-
    <target name="exceptionless" xsi:type="Exceptionless">
29+
    <target name="exceptionless" apiKey="API_KEY_HERE" xsi:type="Exceptionless">
3030
      <field name="host" layout="${machinename}" />
3131
      <field name="identity" layout="${identity}" />
3232
      <field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />

0 commit comments

Comments
 (0)