skytools.scripting: make non-skylog logging attach to root
authorMarko Kreen <markokr@gmail.com>
Fri, 14 Oct 2011 06:32:29 +0000 (09:32 +0300)
committerMarko Kreen <markokr@gmail.com>
Fri, 14 Oct 2011 06:32:29 +0000 (09:32 +0300)
commit21c478d2eb241e049452f13e4f8191dce4cea5a9
treea49e8c5f9ac1936b268cb134db684d142b832f5e
parenta8a808511578823d1cbc281a258e9d7370aaa845
skytools.scripting: make non-skylog logging attach to root

use_skylog logging was already doing it.  Now that simple
logging does it do, using self.log is not mandatory anymore,
code can use 'logging' module directly.

Also make console and logfile output configurable.
python/skytools/scripting.py