The log file must be stored in a location accessible by the Network Service account, which is
the account used by the Online Responder service. Using a path under
C:\Users\ will cause
log writes to fail silently when the Online Responder calls CryptoHub.1
Create the log directory and grant Network Service write access:
PowerShell
Verify the permissions were applied correctly:Confirm that
PowerShell
NT AUTHORITY\NETWORK SERVICE appears with FullControl in the output.2
In
config.json, set the log file path to the new directory:cryptohub.json
For development testing, set the
log_level to traffic and enable_debug_view to
true. Once in production, set the log_level to info and enable_debug_view to
false.
