<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Please review the attached patch for:<br>
    <ul>
      <li><a href="https://fedorahosted.org/pki/ticket/898">PKI TRAC
          Ticket #898 - Giant /var/log/pki-ca/debug</a></li>
    </ul>
    <p>It is basically a copy of the patch that was applied to <a
        href="https://bugzilla.redhat.com/show_bug.cgi?id=1055080">Bugzilla
        Bug #1055080 - Giant /var/log/pki-ca/debug</a> except it does<b>
        not</b> reset the CS.cfg 'debug.level=0' (log everything) to
      'debug.level=10' (log information only) since Fedora platform's
      primary usage is for development, and thus debug logs are used far
      more prevalently.<br>
    </p>
    <p>To test this patch:<br>
    </p>
    <ul>
      <li>Build a default CA using the patched source</li>
      <li>Install the default CA using 'pkispawn'</li>
      <li>Examine the '/var/log/pki/pki-tomcat/ca/debug' file to reveal
        that it contains much content (debug.level=0)</li>
      <li>Shutdown the CA</li>
      <li>Edit '/etc/pki/pki-tomcat/ca/CS.cfg' and change
        'debug.level=0' (log everything) to 'debug.level=10' (log
        information only)</li>
      <li>Empty the CA 'debug' log by typing 'cat /dev/null >
        /var/log/pki/pki-tomcat/ca/debug'</li>
      <li>Restart the CA</li>
      <li>Examine the '/var/log/pki/pki-tomcat/ca/debug' file to reveal
        that it contains minimal content (debug.level=10) <br>
      </li>
    </ul>
    <p><br>
    </p>
  </body>
</html>