You already use the DEBUG mode for all classes that doesn't have a specific hierarchy so you can't increase the logging level. What do you want to see in log? continuum activity or cvs activity? For continuum, you have the maximum logging level, but for cvs, I think you can activate the verbose mode in your .cvsrc Emmanuel Garrick Van Schalkwyk a écrit : > Hi Emmanuel, > > I'm not sure which of these would apply to Code check out? Would I need to add anything additional? > > --> > - > org.codehaus.plexus.logging.LoggerManager > org.codehaus.plexus.logging.log4j.Log4JLoggerManager > basic > - > DEBUG > console,rolling > - > - > console > DEBUG > org.apache.log4j.ConsoleAppender > %d [%t] %-5p %-30c{1} - %m%n > > - > rolling > DEBUG > org.apache.log4j.RollingFileAppender > %-4r [%t] %-5p %c %x - %m%n > - > - > file > ${plexus.home}/logs/continuum.log > > - > append > true > > - > maxBackupIndex > 10 > > - > maxFileSize > 10MB > > > > > - > - > org.apache.maven.continuum.execution.maven.m2.MavenBuilderHelper > INFO > > - > org.codehaus.plexus.velocity > WARN > > - > org.codehaus.plexus.mailsender.MailSender > INFO > > - > JPOX > INFO > > - > JPOX.Cache > WARN > > > > > > > > -----Original Message----- > From: Emmanuel Venisse [mailto:emmanuel@venisse.net] > Sent: 12 September 2006 09:33 > To: continuum-users@maven.apache.org > Subject: Re: Checking out code > > You can set log levels in apps/continuum/conf/application.xml > > Emmanuel > > Garrick Van Schalkwyk a écrit : >> Hi All, >> >> >> >> Is there any way that I can increase the logging level when a Code check out is taking place? I am using CVS and the check out process is taking exceptionally long with no messaging occurring. I would like to set a higher logging level at this point to see what exactly is happening during this period. >> >> >> >> Thanks, >> >> Garrick >> >> > > > >