docs/api/server
Doug Davis 059ad5d0a9 Lower warning about old client to a debug
Ideally I would love to just remove this check entirely because its
seems pretty useless.  An old client talking to a new server isn't
an error condition, nor is it something to even worry about - its a normal
part of life.  Flooding my screen (and logs) with a warning that isn't
something I (as an admin) need to be concerned about is silly and a
distraction when I need to look for real issues.  If anything this should
be printed on the cli not the daemon since its the cli that needs to be
concerned, not the daemon.

However, since when you debug an issue it might be interesting to know the
client is old I decided to pull back a little and just change it from
a Warning to a Debug logrus call instead.

If others want it removed I still do that though  :-)

Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-02-12 10:53:40 -08:00
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Windows: Fix 'isolation' 2016-02-10 13:19:19 -08:00
middleware.go Lower warning about old client to a debug 2016-02-12 10:53:40 -08:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
router_swapper.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
server.go Move listeners and port allocation outside the server. 2016-02-11 14:42:49 -05:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00