I want to thank you for your help ... I figured out the problem.....
But it is too slow for my application ...
If I want to disable Logging, what must I do?
Regards,
Paolo.
----- Original Message -----
From: "Daniel Schulze" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 6:51 PM
Subject: Re: [jBoss-Dev] Logging redirection.
> On Tue, 10 Oct 2000, Paolo Biondi wrote:
> > Thanks for your faster answer, I'm sorry you are right.
> >
> > But the Mlet I put in the email is not the correct one ....
> >
> > My MLet is:
> >
> > <MLET CODE = "org.jboss.logging.FileLogging" ARCHIVE="jboss.jar"
> > CODEBASE="../lib/ext/">
> > <ARG TYPE="java.lang.String" VALUE="Information,Debug,Warning,Error">
> > <ARG TYPE="java.lang.String" VALUE="[{2}] {4}">
> > <ARG TYPE="java.lang.String" VALUE="">
> > <ARG TYPE="java.lang.String" VALUE="logging.log">
> > </MLET>
> >
> > If you have another idea, let me know it ..... thanks.
> >
> > Paolo.
> >
>
> Yes, but as far as I can see on your stack trace (previous mail), the
> server complains about the ConsoleLogging not about the File logging.
> Make sure that your Consolelogging Mlet section correct!
> If you uncommented the ConsoleLogging section, please remove the tag
> opener <MLET -> MLET (the parser ignores the uncommentation)!
>
> \Daniel
>
>