bug #6287
Updated by Andreas Kohlbecker over 5 years ago
The last entry in the cdmserver.log always is:
~~~
... INFO [eu.etaxonomy.cdm.server.instance.CdmInstance] - lifeCycleStarted
~~~
the logging is only received be the console logger.
The cdmserver.log is hard coded in the Booloader class. preferably the logger should be configured in the log4j.properties.
see http://www.eclipse.org/jetty/documentation/current/configuring-logging-modules.html#_capturing_console_output
for details.