diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-12-20 17:35:26 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-12-20 17:35:26 +0000 |
commit | d1c1b507251af414cd17c84df60131e80ce80439 (patch) | |
tree | 7e0d1d1556e192950be2a50046f1a12cfb0fad98 /src/sbin | |
parent | b43699d1f4e38446688dc626743cb4495421ed6f (diff) | |
download | bcfg2-d1c1b507251af414cd17c84df60131e80ce80439.tar.gz bcfg2-d1c1b507251af414cd17c84df60131e80ce80439.tar.bz2 bcfg2-d1c1b507251af414cd17c84df60131e80ce80439.zip |
bcfg2-server: Enable logging to file (fixes #817) [bugfix]
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5627 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-server b/src/sbin/bcfg2-server index 06ad53768..910d1857f 100755 --- a/src/sbin/bcfg2-server +++ b/src/sbin/bcfg2-server @@ -22,6 +22,7 @@ if __name__ == '__main__': 'debug' : Bcfg2.Options.DEBUG, 'help' : Bcfg2.Options.HELP, 'verbose' : Bcfg2.Options.VERBOSE, + 'to_file' : Bcfg2.Options.LOGGING_FILE_PATH, } OPTINFO.update({'repo': Bcfg2.Options.SERVER_REPOSITORY, |