Re: Project Wonder and Log4J

2007-01-20 Thread Kieran Kelleher
Create a temporary app using the WOnderApplication project wizard in Eclipse and use the Properties there as a starting point. Also, I think you could add this to your Properties file right now to fix this problem.. log4j.logger.er=INFO On Jan 20, 2007, at 6:47 AM, Seabix GmbH -

Re: Project Wonder and Log4J

2007-01-20 Thread Kieran Kelleher
Also change log4j.rootCategory=DEBUG, A1 to log4j.rootCategory=WARN, A1 HTH, Kieran On Jan 20, 2007, at 6:47 AM, Seabix GmbH - Th.Kramis wrote: Hi there I'm having trouble with Project Wonders Logging. It can only started in DEBUG Modus with the following configuration set. Any other

Re: Project Wonder and Log4J

2007-01-20 Thread Seabix GmbH - Th.Kramis
If I change it to WARN my application hangs at startup. I can't do that. Setting log4j.logger.er=INFO also doesn't do anything. Am 20.1.2007 15:11 Uhr schrieb Kieran Kelleher unter [EMAIL PROTECTED]: Also change log4j.rootCategory=DEBUG, A1 to log4j.rootCategory=WARN, A1 HTH, Kieran

Re: Project Wonder and Log4J

2007-01-20 Thread Seabix GmbH - Th.Kramis
Forgot to say: - I used the wonder/eclipse template as a starting point - The app hangs afert the following lines: ERXProperties has found the following Properties files: ... Am 20.1.2007 15:11 Uhr schrieb Kieran Kelleher unter [EMAIL PROTECTED]: Also change log4j.rootCategory=DEBUG, A1