logging - Equinox separate log folder -
is there way define output folder equinox log files?
if check link possible define configuration folder. didn't find way change folder log output. ( note: configuration , log-folder different folders. )
one workaround is
java -jar org.eclipse.osgi.jar -consolelog > ../var/log/osgi.log
but don't because can't use these parameter ( eclipse.log.backup.max eclipse.log.size.max ) it.
any idea how solve this?
try use
-dosgi.logfile=log file path
property
e.g.:
java -dosgi.logfile=/var/log/equinox.log -jar org.eclipse.osgi_3.9.0.v20130529-1710.jar
Comments
Post a Comment