Cleaning up client log messages
commitbc1c20296b11ae1259fc1379dfe2c40127d5bea2
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 29 Jun 2011 19:16:06 +0000 (29 19:16 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Wed, 29 Jun 2011 19:16:06 +0000 (29 19:16 +0000)
tree42c5ffbef64c660cb79bfc8f80b1afb865827ab6
parentdffc9aaffded718698eec23aa73d4a544b3424c1
Cleaning up client log messages

In order to trim down the amount of autotest output, and
leave the most relevant information to INFO level logs,
removed some non overly relevant debug messages, turned
some INFO messages into DEBUG ones, and in the process
made the symlink of init scripts on harness_standalone
more pythonic. Changes tested and pylinted.

Now a simple sleeptest run is down to the following output:

[lmr@freedom autotest-git]$ sudo client/bin/autotest client/tests/sleeptest/control
15:21:25 INFO | Writing results to /home/lmr/Code/autotest-git/client/results/default
15:21:35 INFO | START ---- ---- timestamp=1309371695 localtime=Jun 29 15:21:35
15:21:35 INFO |  START sleeptest sleeptest timestamp=1309371695 localtime=Jun 29 15:21:35
15:21:46 INFO |  GOOD sleeptest sleeptest timestamp=1309371706 localtime=Jun 29 15:21:46 completed successfully
15:21:46 INFO |  END GOOD sleeptest sleeptest timestamp=1309371706 localtime=Jun 29 15:21:46
15:21:49 INFO | END GOOD ---- ---- timestamp=1309371709 localtime=Jun 29 15:21:49

Thanks to Don Zickus <dzickus@redhat.com> for the suggestions on the subject.
I plan on doing more cleanups on other entry points.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5470 592f7852-d20e-0410-864c-8624ca9c26a4
client/bin/harness_standalone.py
client/bin/job.py
client/common_lib/profiler_manager.py
client/common_lib/test.py
client/tools/html_report.py