Skip to content

Commit 3de2674

Browse files
committed
Fixed sample client issues with nlog.
1 parent 57022a6 commit 3de2674

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ x64/
1818
build/
1919
[Bb]in/
2020
[Oo]bj/
21+
src/Samples/Exceptionless.SampleConsole/store
2122

2223
!Libraries/Redis/bin/
2324
!Libraries/Mongo/bin/

src/Samples/Exceptionless.SampleConsole/NLog.config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
</extensions>
66

77
<targets async="true">
8-
<target name="exceptionless" xsi:type="Exceptionless">
9-
<field name="host" layout="${machinename}" />
10-
<field name="identity" layout="${identity}" />
11-
<field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />
12-
<field name="process" layout="${processname}" />
13-
</target>
8+
<target name="exceptionless" xsi:type="Exceptionless" />
149
</targets>
1510

1611
<rules>

0 commit comments

Comments
 (0)