Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke authored May 30, 2024
1 parent 62608af commit f0457b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/core/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,16 @@ For specific Timeline Events where the outcome is needed to be tracked, like for
- Does it report anything to the windows application event logs?
- What's in `logs/app.log`?
- Is the ghosts executable set to execute automatically when the machine restarts?
- Does the nlog.config contain these lines?

```
AutoLoadExtensions="true"
internalLogToConsole="true"
internalLogFile="logs\nlog-internal.log"
internalLogLevel="Error"
```

If so, be sure this one exists! `internalLogFile="logs\nlog-internal.log"`

> Clients aren't reporting their activity to the API
Expand Down

0 comments on commit f0457b2

Please sign in to comment.