Embedded Jetty and Complex Logging
问题 Jetty 9 is used for the embedded server and everything works well. One thing that remains is the logging issue. Prior to that mvn:jetty-run brings his own logging setup with it and logs to the console. That is good for development. In the production environment we need something more special. Currently on start-up the SLF4J complains about, that there is no binding available, so we can chose freely. That is what we want to archive: We need to log to the console if we are starting in a non