How to stop WOImage logging
How to stop WOImage logging
- Subject: How to stop WOImage logging
- From: Greg Hulands <email@hidden>
- Date: Thu, 14 Oct 2004 13:56:32 +1000
Hi,
In my log file I have a tonne of messages that look like this:
2004-10-14 13:24:41,083 WARN ShoeBox[3510:51136 1] NSLog
(ERXNSLogLog4jBridge.java:41) - <WOImage>: could not get height/width
information for image at .....
Does anyone know how I can turn off the WARN level of logging? I have
had a look at log4j documents, but cannot figure it out. I also tried
passing in the stuff for NSLog, but don't really understand all the
levels
ShoeBox.woa/ShoeBox -DNSDebugLevel=DebugLevelCritical
-DNSDebugGroups="(2:3)"
I then tried in the Application constructor to disable the logging with:
NSLog.refuseDebugLoggingForGroups(NSLog.DebugGroupWebObjects);
I also tried different debug groups, but then it struck me that it only
disables the DEBUG type, but I want to disable the WARN type, yet there
is no method to do that.
Does anyone know how to turn of the WARN level logging?
Regards,
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden