diff options
Diffstat (limited to 'ca/tests/yamltest.py')
-rw-r--r-- | ca/tests/yamltest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ca/tests/yamltest.py b/ca/tests/yamltest.py index f8be9c65..df60ec17 100644 --- a/ca/tests/yamltest.py +++ b/ca/tests/yamltest.py @@ -41,6 +41,7 @@ and waits for one of them to exit. import subprocess import re import os +import logging import argparse import sys import yaml @@ -665,7 +666,7 @@ try: if args.pidfile is not None: open(args.pidfile, "w").write("%s\n" % os.getpid()) - rpki.log.init("yamltest") + rpki.log.init("yamltest", argparse.Namespace(log_level = logging.DEBUG, log_stream = sys.stdout)) # Allow optional config file for this tool to override default # passwords: this is mostly so that I can show a complete working |