Skip to content

Commit f0457b2

Browse files
authored
Update client.md
1 parent 62608af commit f0457b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/core/client.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,16 @@ For specific Timeline Events where the outcome is needed to be tracked, like for
271271
- Does it report anything to the windows application event logs?
272272
- What's in `logs/app.log`?
273273
- Is the ghosts executable set to execute automatically when the machine restarts?
274+
- Does the nlog.config contain these lines?
275+
276+
```
277+
AutoLoadExtensions="true"
278+
internalLogToConsole="true"
279+
internalLogFile="logs\nlog-internal.log"
280+
internalLogLevel="Error"
281+
```
282+
283+
If so, be sure this one exists! `internalLogFile="logs\nlog-internal.log"`
274284

275285
> Clients aren't reporting their activity to the API
276286

0 commit comments

Comments
 (0)