setup-ssh: redo the logging levels
authorIustin Pop <iustin@google.com>
Fri, 20 Aug 2010 13:02:12 +0000 (15:02 +0200)
committerIustin Pop <iustin@google.com>
Fri, 20 Aug 2010 14:41:19 +0000 (16:41 +0200)
commit5c654e959cc0cd7922b2c0abf354afad40f922c3
treec4fdd9efedaa44ced3ba49e561b5764090ff34f4
parent7bff16bd9f168216d79def9301d323f4b88a0643
setup-ssh: redo the logging levels

There is not enough logged by default on stderr, and way too much
information in the log file.

Since we don't want to debug paramiko itself, we filter only warnings
and above.

Otherwise, we make WARNINGS the default level, with verbose meaning INFO
and debug, well, DEBUG.

Additionally, a message is improved.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Manuel Franceschini <livewire@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
tools/setup-ssh