Preface
Listen, if you want to use Zuul, the easiest path is just use the Spring Boot version. I'm not exactly a fan of Spring in general, but this is the only solution available that's the least painful. Recent release of Spring Cloud Gateway looks promising but I'm satisfied so far with Spring Boot + Zuul that I'm not that interested in evaluating Spring Cloud Gateway,
We are also talking about Zuul 1.x here. Zuul 2.x is a whole can of worms I'd rather not rant about here.
This applies to Finchley (2.x) from SR1 release (may apply to other releases but not guaranteed)
- Re: using logback. The documentation says it's recommended to use
logback-spring.xml
in your classpath, but it doesn't work. You should actually use logback.xml
or your logging configuration is not recognized at all. While at the subject, it is recommended not to use asynchronous logging at all. U