diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2018-08-22 14:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-22 14:48:47 +0000 |
commit | 01724ca5eb6198cd0d9bf804e1c7972b2b1edf09 (patch) | |
tree | 3ed06297cc44b55bf54964975db8aacdf90da420 /conf | |
parent | 65f40a88070baaa58d999cfb358a81befe6b8cc9 (diff) | |
parent | b9f0a63e2a1d9b94f401f9fc31ff47dc739fa967 (diff) |
Merge "Logging: Enhance logging with separate files and timestamps"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/00_common.conf | 5 |
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 # ############################ |