traefik/middlewares
Bruce Lee 3a736ad4a8 Make duration logging consistent
GH #559 points out that the logging of the elapsed time is inconsistent
depending on the scale of the measured time; this is due to Duration’s
String handling.

With this PR, I propose that traefik logs millis, and not fractions of
millis.
2016-08-15 08:43:20 -04:00
..
authenticator.go Add basic/digest auth 2016-07-28 18:19:47 +02:00
authenticator_test.go Add basic/digest auth tests 2016-07-28 18:19:47 +02:00
cbreaker.go Fix bad circuit breaker expression 2016-06-23 16:33:54 +02:00
handlerSwitcher.go Add routes priorities 2016-06-07 09:17:39 +02:00
logger.go Make duration logging consistent 2016-08-15 08:43:20 -04:00
logger_test.go Initial update - manage access log 2016-04-19 16:45:59 -07:00
retry.go Fix retry headers, simplify ResponseRecorder 2016-07-04 19:32:19 +02:00
rewrite.go Add multiple entry points support, add entry point redirection 2016-02-10 12:14:16 +01:00
routes.go Add routes priorities 2016-06-07 09:17:39 +02:00
saveBackend.go Tweak comments to satisfy golint 2016-04-28 04:00:38 -07:00
stripPrefix.go Fix multiple response.WriteHeader calls 2016-04-06 14:30:29 +02:00