diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-03-01 19:00:23 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-03-01 19:00:23 +0000 |
commit | bd4a765b540ebbbfd131b8fe8b40ed70b5f2a667 (patch) | |
tree | 362fca78021fcb78d1396dead84cae50e588a845 /src/lib/Logging.py | |
parent | 515c5c0ffe784820d63764678afc396b989f7ca9 (diff) | |
download | bcfg2-bd4a765b540ebbbfd131b8fe8b40ed70b5f2a667.tar.gz bcfg2-bd4a765b540ebbbfd131b8fe8b40ed70b5f2a667.tar.bz2 bcfg2-bd4a765b540ebbbfd131b8fe8b40ed70b5f2a667.zip |
Whitespace changes in Logging.py
Fix saferun usage for pkg index building in Redhat.py
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1783 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Logging.py')
-rw-r--r-- | src/lib/Logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Logging.py b/src/lib/Logging.py index 05dc8260e..5ab6d741c 100644 --- a/src/lib/Logging.py +++ b/src/lib/Logging.py @@ -110,7 +110,7 @@ class FragmentingSysLogHandler(logging.handlers.SysLogHandler): except socket.error: self.socket.connect(self.address) self.socket.send(self.format(newrec)) - + def setup_logging(procname, to_console=True, to_syslog=True, syslog_facility='local0', level=0): '''setup logging for bcfg2 software''' if hasattr(logging, 'already_setup'): |