You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Chema <de...@gmail.com> on 2008/06/02 22:20:41 UTC

Get the right commons-logging.properties file

Hello:

does anyone know how I could to get what is the
commons-logging.properties file that my iBatis application is using to
logging?
My iBatis application is a WAR inside an Application Server with more
applications deployed.

I've got to use commons-logging 1.0 and I can't to force with
'priority' property.
VM parameters (-D) dont work , so I guess there is a
commons-logging.properties file stored in some place.

Any trick ?

Thanks