diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-28 17:13:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-28 17:13:46 +0000 |
commit | dad61b8efaca22afd13e452f618a74f1d50dbb38 (patch) | |
tree | 85731e05debcc0a158df663147c16bfe8277afc4 /ca/tests/yamlconf.py | |
parent | 13134a0f8376c0cdffde344af319320257f39dbe (diff) |
Rework logging initialization code.
svn path=/trunk/; revision=5836
Diffstat (limited to 'ca/tests/yamlconf.py')
-rw-r--r-- | ca/tests/yamlconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/tests/yamlconf.py b/ca/tests/yamlconf.py index 3c71d3cd..5a66fe8f 100644 --- a/ca/tests/yamlconf.py +++ b/ca/tests/yamlconf.py @@ -617,7 +617,7 @@ def main(): quiet = args.quiet yaml_file = args.yaml_file - rpki.log.init("yamlconf", use_syslog = False) + rpki.log.init("yamlconf") # Allow optional config file for this tool to override default # passwords: this is mostly so that I can show a complete working |