summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-server
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-server')
-rwxr-xr-xsrc/sbin/bcfg2-server1
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,