summaryrefslogtreecommitdiffstats
path: root/nfvbench/cfg.default.yaml
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2017-08-15 15:52:12 -0700
committerahothan <ahothan@cisco.com>2017-08-15 15:52:12 -0700
commit4c5e4ba753face81fd73aa3bae1fe3c012e48859 (patch)
tree7c13bb498a7eb89e1b9a5debaba877e483358aab /nfvbench/cfg.default.yaml
parentee54ef3cc13c0633f664264dfb450f3d2fab13bc (diff)
NFVBENCH-4 Add support for log file
Change-Id: Id630944944d472322a763fe41ccb0e1ed9fb3066 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'nfvbench/cfg.default.yaml')
-rw-r--r--nfvbench/cfg.default.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml
index ed6ead8..dba7670 100644
--- a/nfvbench/cfg.default.yaml
+++ b/nfvbench/cfg.default.yaml
@@ -365,6 +365,10 @@ std_json:
# Can be overriden by --debug
debug: false
+# Set to a valid path name if logging to file is to be enabled
+# Defaults to disabled
+log_file:
+
# Module and class name of factory which will be used to provide classes dynamically for other components.
factory_module: 'nfvbench.factory'
factory_class: 'BasicFactory'