diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-26 20:07:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-26 20:07:45 +0000 |
commit | 2e0f5147b3099b6b584ec302be7f0818aad969f0 (patch) | |
tree | 13f05cf4be5d024abe2358ce2da024b3c7e42ea7 /ca | |
parent | 01697787912f143ab2b9a938e33c73c9a8a9ae0b (diff) |
Convert rpki-rtr to use common config/argparse/logging setup.
svn path=/branches/tk705/; revision=6391
Diffstat (limited to 'ca')
-rw-r--r-- | ca/tests/rcynic.conf | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/ca/tests/rcynic.conf b/ca/tests/rcynic.conf index ea31fe58..4d5fd619 100644 --- a/ca/tests/rcynic.conf +++ b/ca/tests/rcynic.conf @@ -3,12 +3,15 @@ # rcynic configuration for looking at yamltest results. [rcynic] -xml-summary = rcynic.xml +sql-engine = sqlite3 +sql-database = rcynic.db +xml-file = rcynic.xml +trust-anchor-locators = yamltest.dir +log-destination = stderr +log-level = debug jitter = 0 -use-links = yes -use-syslog = no -use-stderr = yes -log-level = log_debug -max-parallel-fetches = 32 +workers = 20 -trust-anchor-locator = yamltest.dir/root.tal +[rpki-rtr] +log-destination = stderr +log-level = debug |