ganeti-noded: reduce log noise
authorIustin Pop <iustin@google.com>
Thu, 15 Jan 2009 10:00:12 +0000 (10:00 +0000)
committerIustin Pop <iustin@google.com>
Thu, 15 Jan 2009 10:00:12 +0000 (10:00 +0000)
commit14d57a8b8a985101b1d0160c2083cbd91a61674c
tree5442ed36d2c0d929caa569c0ffc9e5062ae3783c
parent801cda9486b2fe11da62a2f967e1185bd2f84c22
ganeti-noded: reduce log noise

The source port/addr is currently logged three times for each
connection, and this is unnecessary. We change two log entries to debug,
since they are useful for precise timing, and we keep only one at INFO
level.

Reviewed-by: imsnah
lib/http/server.py