From d1c1b507251af414cd17c84df60131e80ce80439 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 20 Dec 2009 17:35:26 +0000 Subject: bcfg2-server: Enable logging to file (fixes #817) [bugfix] Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5627 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-server | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sbin') 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, -- cgit v1.2.3-1-g7c22