util.logging : need help in changing the system property
617904Jan 31 2008 — edited Feb 7 2008In some oracle articles of logging i found the following.
" You can override the global values by editing this file, but I don't recommend changing Java's global defaults. It's better to make changes locally by setting the java.util.logging.config.file system property to point at a properties file of your own choosing like this:
java -Djava.util.logging.config.file=mylogging.properties Main
".
Okay i will write my own logger properties file.
then Where can i place my own properties file in the project folder of jDEV10.1.3.3.?
is it under WEB-INF/lib/mylogging.properties?
And what exactly is this system property ?
And how/where to overwrite this?