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