aboutsummaryrefslogtreecommitdiffstats
path: root/conf/00_common.conf
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2018-08-22 14:48:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-22 14:48:47 +0000
commit01724ca5eb6198cd0d9bf804e1c7972b2b1edf09 (patch)
tree3ed06297cc44b55bf54964975db8aacdf90da420 /conf/00_common.conf
parent65f40a88070baaa58d999cfb358a81befe6b8cc9 (diff)
parentb9f0a63e2a1d9b94f401f9fc31ff47dc739fa967 (diff)
Merge "Logging: Enhance logging with separate files and timestamps"
Diffstat (limited to 'conf/00_common.conf')
-rw-r--r--conf/00_common.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/00_common.conf b/conf/00_common.conf
index d54c8a5a..a846fb55 100644
--- a/conf/00_common.conf
+++ b/conf/00_common.conf
@@ -98,11 +98,14 @@ SHELL_CMD = ['/bin/bash', '-c']
LOG_DIR = '/tmp'
# default log for all "small" executables
-LOG_FILE_DEFAULT = 'overall.log'
+LOG_FILE_DEFAULT = 'vsperf-overall.log'
# log file for all commands executed on host
LOG_FILE_HOST_CMDS = 'host-cmds.log'
+# log file prefix for infrastructure metrics
+LOG_FILE_INFRA_METRICS_PFX = 'collectd_'
+
# ############################
# Test configuration
# ############################