diff options
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 |