From 4c5e4ba753face81fd73aa3bae1fe3c012e48859 Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 15 Aug 2017 15:52:12 -0700 Subject: NFVBENCH-4 Add support for log file Change-Id: Id630944944d472322a763fe41ccb0e1ed9fb3066 Signed-off-by: ahothan --- nfvbench/cfg.default.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nfvbench/cfg.default.yaml') 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' -- cgit 1.2.3-korg