Hi,

I've solved that on my machine.

You can try the following:

Create the file /etc/osmosis/log4j.properties with a simple line (file
attached)
log4j.logger.org.java.plugin=WARN

I've tried an empty file, because log4j is configured by osmosis (or a
library osmosis uses), but it doesn't work

To tell log4j/osmosis use that file, edit /usr/bin/osmosis and  put an
option to the launcher:
-Dlog4j.configuration=file:/etc/osmosis/log4j.properties
# Only show WARN or higher messages for org.java.plugin package
log4j.logger.org.java.plugin=WARN


_______________________________________________
Pkg-osm-maint mailing list
Pkg-osm-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-maint

Reply via email to