[Pkg-osm-maint] Bug#579206: osmosis doesn't have initialized log4j appenders after upgrade

Alberto Fernández infjaf at gmail.com
Sun Oct 9 16:36:01 UTC 2011


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
-------------- next part --------------

# Only show WARN or higher messages for org.java.plugin package
log4j.logger.org.java.plugin=WARN




More information about the Pkg-osm-maint mailing list