Check the logging level in your Properties file (Resources/Properties): log4j.rootLogger = INFO, A1
What is it? DEBUG, INFO, WARN, or ERROR? John On Mon, Apr 26, 2010 at 4:58 AM, David Griffith <[email protected]>wrote: > Hi all, > > I have two apps, both of which extend the ERXApplication from Wonder. In > one, it appears to extend it properly, shows a load of info in the console > when you run the app and then shows log output on the console when I use > System.out.println() from within the Application class. > > On the other app, the Application.java appears to be the same, it extends > the ERXApplication and the app starts fine, however it does not show all the > info in the console and I get no console output from System.out.println() > from the Application class. Not even the "Welcome to ..." message that > always appears in the console on launching the app. I was not getting this > before extending it from ERXApplication either. I do get console output > from other components. It almost looks as though it's not using the > Application class, but I'm sure it is and I always got output before. > Anyone ever seen this before? > > Regards, > David. _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com > > This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
