Proxifier can save its output (log) to a file. Users can enable this feature in the menu.
The following options are available:
You can set the log directory using the
command. The log messages are saved to a Log.txt file in this directory.Traffic dumps (if enabled) are saved to the Traffic subdirectory as files with a .dmp extension. Proxifier creates two files for each connection: one for incoming and one for outgoing traffic. The name consists of the application name, the "TO" or "FROM" mark, and the date (year, month, day) and time (hour, minute, millisecond).
For example, a dump of an HTTP connection might be represented by the following two files:
chrome.exe (4472) TO www.google.com_80 AT 20200424 131552072.dmp
chrome.exe (4472) FROM www.google.com_80 AT 20200424 131552359.dmp
WARNING!
Saving traffic on fast networks may require extensive disk space. Proxifier checks the Traffic directory on each start-up and warns users if there are over 1,000 files or if the total size is more than 500 Mb.