Enabling Client Logs - techtalk/SpecLog-Resources GitHub Wiki

To enable logging on the client:

  1. Open application.entlib.config in the SpecLog client directory. You need to do this as administrator to be able to save the edited file.
  2. Search for the <listeners> section and change the filter for the client.log file to "All":
    <add name="FlatFile TraceListener" fileName="%LOCALAPPDATA%\SpecLog\client.log" filter="All" formatter="Simple Message Formatter" [...]
  3. Save the file and restart SpecLog.

By default, the client logs are saved to client.log in your Users\<UserName>\AppData\Local\SpecLog directory.

⚠️ **GitHub.com Fallback** ⚠️