diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-25 07:39:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-25 07:39:13 +0000 |
commit | 10b6151727182e7caa7fdfad2d67e406e3afc726 (patch) | |
tree | cb4034b74813bb6374bdd3cb226f022bb45a1440 /rpkid/tests/yamlconf.py | |
parent | 95d3eb56c11c96b2a3c0890b1abfb3f9826cdd9f (diff) |
Clean up and extend rpki.log.init() to support things like letting the
GUI provide its own file-like object as a destination for logging.
See #396.
svn path=/trunk/; revision=4979
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 |