You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Luca Morandini <l....@tin.it> on 2001/11/05 18:58:25 UTC

RE: Can I turn this DEBUG info off?

Soren,

	1) edit $tomcat-home/webapps/cocoon/web-inf/logkit.xconf

	2) go to the <categories> tag

	3) turn log-level from "DEBUG" to "ERROR" in the <category> whose name is
"cocoon".

	You should obtain something like this:

  <categories>
    <category name="cocoon" log-level="ERROR">
      <log-target id-ref="cocoon"/>
    </category>
    <category name="root" log-level="DEBUG">
      <log-target id-ref="root"/>
      <category name="store" log-level="DEBUG">
         <log-target id-ref="components"/>
         <log-target id-ref="filter"/>
      </category>

      <category name="xslt" log-level="DEBUG">
         <log-target id-ref="components"/>
         <log-target id-ref="filter"/>
      </category>
    </category>
  </categories>

	That's it.

Best regards,

---------------------------------------------
               Luca Morandini
               GIS Consultant
              lmorandini@ieee.org
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------


> -----Original Message-----
> From: Søren Neigaard [mailto:s.neigaard@mobilethink.dk]
> Sent: Monday, November 05, 2001 7:43 PM
> To: cocoon-users@xml.apache.org
> Subject: Can I turn this DEBUG info off?
>
>
> Whenever I start my cocoon project, i get a lot of this:
>
> 2001.11.05 10:41:07: cocoon,INFO: DEBUG   (2001-11-05) 10:41.07:613
> [        ] (/cocoon/client) Thread-4/DefaultLogKitManager: Logger for
> category root.xslt returned
>
> Can I turn this off?
>
> Med venlig hilsen/Best regards
> Søren Neigaard
> System Architect
> ................................
> Mobilethink A/S
> Arosgaarden
> Åboulevarden 23, 5.sal
> DK - 8000 Århus C
> Telefon: +45 86207800
> Direct: +45 86207810
> Fax: +45 86207801
> Email: s.neigaard@mobilethink.dk
> Web: www.mobilethink.dk
> ................................
>
>
> ---------------------------------------------------------------------
> 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: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
>


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>