Enabling Client Logs - techtalk/SpecLog-Resources GitHub Wiki
To enable logging on the client:
- Open
application.entlib.config
in the SpecLog client directory. You need to do this as administrator to be able to save the edited file. - 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" [...]
- Save the file and restart SpecLog.
By default, the client logs are saved to client.log
in your Users\<UserName>\AppData\Local\SpecLog
directory.