diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-25 07:41:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-25 07:41:00 +0000 |
commit | c201bac218fd38a0ddafbda40c969ae7375bc764 (patch) | |
tree | 164837b431c7f3a98bbbf7e009da171d4e1f8c0b /rpkid/tests/yamlconf.py | |
parent | f0521ad8d292f12bdde3084ec49a23afd5b4360b (diff) |
Pull from trunk.
svn path=/branches/tk377/; revision=4980
Diffstat (limited to 'rpkid/tests/yamlconf.py')
-rw-r--r-- | rpkid/tests/yamlconf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rpkid/tests/yamlconf.py b/rpkid/tests/yamlconf.py index f9f69ba1..ac1c3292 100644 --- a/rpkid/tests/yamlconf.py +++ b/rpkid/tests/yamlconf.py @@ -611,8 +611,7 @@ def main(): quiet = args.quiet yaml_file = args.yaml_file - rpki.log.use_syslog = False - rpki.log.init("yamlconf") + rpki.log.init("yamlconf", use_syslog = False) # Allow optional config file for this tool to override default # passwords: this is mostly so that I can show a complete working |