MyFaces uses commons-logging, which should try to pick up your log4j configuration automatically. So, just setup your logging as you normally would, and commons-logging will try to find it.
Also, make sure that your container doesn't have its own logger that hooks in with commons-logging, or else all the myfaces logger instances won't point to your logger, but to your container's logger. On Wed, 26 Jan 2005 16:53:14 +0100, Borja Mart�n <[EMAIL PROTECTED]> wrote: > hi, is there any way to override the default myfaces log4j configuration? I > would like to change the logging level > thanks in advance > > -- -Heath Borders-Wing [EMAIL PROTECTED]

