Make autoserv and autotest client use the new logging_manager system.  I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once.

this replaces the old ini-style logging configurations with code-based configurations.  i know the ini files were easier to read, but we're doing a lot more fancy stuff with logging and these give us much more power and less duplication.  as one example, we'll probably move very soon to having separate .DEBUG, .INFO, .WARNING, and .ERROR logs.  This will allow us to make a centralized change to make that happen, rather than duplicating a whole bunch of information across .ini files, and it'll make the information much more concise.

Risk: Gravely high

Signed-off-by: Steve Howard <showard@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@3243 592f7852-d20e-0410-864c-8624ca9c26a4
18 files changed