Those are logginf frameworks that can be used with FTPServer, which logging
framekwork are you using?


-----Mensaje original-----
De: Danilo Rosetto Muñoz [mailto:munozdan...@gmail.com] 
Enviado el: lunes, 08 de noviembre de 2010 17:43
Para: ftpserver-users@mina.apache.org
Asunto: Re: Logging level

David,

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

Thank you!



On Mon, Nov 8, 2010 at 2:14 PM, David Latorre <dvl...@gmail.com> 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 <munozdan...@gmail.com>:
> > 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
> > munozdan...@gmail.com
> > http://munozdanilo.googlepages.com
> >
>



-- 
Danilo Rosetto Muñoz
munozdan...@gmail.com
http://munozdanilo.googlepages.com

Reply via email to