Author Archives: Joakim Erdfelt

About Joakim Erdfelt

Intalio Software Engineer living in Phoenix, AZ

Sifting Logs in Jetty with Logback

Ever wanted to create log files at the server level that are named based on some sort of arbitrary context?It is possible to do with Slf4j + Logback + Jetty Webapp Logging in the mix. Example projects for this can be found at github https://github.com/jetty-project/jetty-and-logback-example Modules: /jetty-distro-with-logback-basic/ This configures the jetty distribution with logback enabled at the server level with  … Continue reading

Posted in Jetty, Servlets | 3 Comments