Changing the directory for log files - F-Secure Community
<main> <article class="userContent"> <p> </p> Changing the directory for log files <p>This article describes how you can change the directory for the log files in Internet Gatekeeper. </p> <div>The log files are saved in the following directory: <pre class="code codeBlock" spellcheck="false">/opt/f-secure/fsigk/log/ ("fsigk" package) /home/virusgw/log/ ("virusgw" package)</pre> </div> <p>If you want to change the directory where the log files are to be saved, you can make a symbolic link in the following way: </p> <strong>Note:</strong> In this example, we will change the directory to <pre class="code codeBlock" spellcheck="false">/var/log/new_logdir</pre> . <ol><li> ("fsigk" package) <pre class="code codeBlock" spellcheck="false"># mv /opt/f-secure/fsigk/log /var/log/new_logdir # ln -s /var/log/new_logdir /opt/f-secure/fsigk/log</pre> </li> <li> ("virusgw" package) <pre class="code codeBlock" spellcheck="false"># mv /home/virusgw/log /var/log/new_logdir # ln -s /var/log/new_logdir /home/virusgw/log</pre> </li> </ol> </article> </main>