Hi

How do you switch off logging totally in cocoon?

I have tried settings:

    <!--
      This parameter indicates the log level to use throughout startup of
the system.
      As soon as the logkit.xconf the setting of the logkit.xconf
configuration is
      used instead! Only for startup and if the logkit.xconf is not
readable/available
      this log level is of importance.
 
      Available levels are:
        DEBUG:        prints all level of log messages.
        INFO:         prints all level of log messages except DEBUG ones.
        WARN:         prints all level of log messages except DEBUG and INFO
ones.
        ERROR:        prints all level of log messages except DEBUG, INFO
and WARN ones.
        FATAL-ERROR: prints only log messages of this level
    -->
    <init-param>
      <param-name>log-level</param-name>
      <param-value>FATAL-ERROR</param-value>
    </init-param>


but cocoon is still logging ... by producing core.log.xxxx.

What other parameters that I need to change?


Alban

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to