David,

Sorry, but what do you mean with "log4j/jul/logback" ?

Thank you!



On Mon, Nov 8, 2010 at 2:14 PM, David Latorre <[email protected]> wrote:

> Hello Danilo,
>
>  You can set the log levels individually according to the logger name
> (which usually is equal to the name of the class that instantiated the
> logger) . Something like this should be possible:
>
>  com.your.enterpise.yourapp = DEBUG
>  org.apache.ftpserver = ERROR
>
>
> See the log4j/jul/logback documentation for the specific syntax for
> your logging package.
>
>
> 2010/11/8 Danilo Rosetto Muñoz <[email protected]>:
> > Hi,
> >
> > I checked http://mina.apache.org/ftpserver/logging.html page. So once
> the
> > log is configured through properties file, I believe that its impossible
> set
> > some filter like we have in XML configuration log files.
> >
> > The problem is that I am embedding FTP server on my app and I get too
> many
> > logging from FTP. I wouldn´t like to set up my app logging level. So,
> lets
> > summarize my question: How to separate my app and FTP server logging? May
> I
> > do that at run time?
> >
> > Thanks a lot,
> >
> > --
> > Danilo Rosetto Muñoz
> > [email protected]
> > http://munozdanilo.googlepages.com
> >
>



-- 
Danilo Rosetto Muñoz
[email protected]
http://munozdanilo.googlepages.com

Reply via email to