KB Article #163664

How to redirect Policy Studio trace files into another directory

With Policy Studio 7.1 onward it is possible to redirect the trace files into a custom directory outside of the installation.
 
Linux / UNIX
The script /policystudio/policystudio runs the executable .policystudio passing the parameter
-data $DIR/trace
Change $DIR to be a fully qualified path of your choice
e.g.
-data /var/vordel/policystudio/trace
 
Windows 
Policy Studio startup is a bit different on Windows. The change is needed to the file policystudio.ini, the first lines will be
 
-data
\path-to-trace-dir\trace
 
Make sure the edits are saved as ANSI files.