Re: maven-cli, maven-embedder, -X and logging control

2006-08-25 Thread Jason van Zyl
On 25 Aug 06, at 10:59 AM 25 Aug 06, Jochen Kuhnle wrote: Hi, there is a problem with -X and logging, since loggers created early in the startup phase will not be switched to debug mode. In [1], there is a hack for the "main" logger, but this still leaves all the Plexus components' logg

maven-cli, maven-embedder, -X and logging control

2006-08-25 Thread Jochen Kuhnle
Hi, there is a problem with -X and logging, since loggers created early in the startup phase will not be switched to debug mode. In [1], there is a hack for the "main" logger, but this still leaves all the Plexus components' loggers untouched. I would like to propose (and create) a patch th