summaryrefslogtreecommitdiffstats
path: root/storperf/logging.json
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2016-12-02 11:19:54 -0500
committerMark Beierl <mark.beierl@dell.com>2016-12-02 11:40:10 -0500
commitf16df4d50c215571a5dc40d5976a292ad912f24b (patch)
treea40f1fe03737e8eb94f2bf1c5c822f9974738ea9 /storperf/logging.json
parent30a2f3f91a04d69368a3591f28874a8da6948e36 (diff)
Change to Paramiko
Use Paramiko ssh client instead of invoking ssh and scp from the command line Change-Id: Ibc8395b98842fd7f40b49c4dafa2688d8e64abc7 JIRA: STORPERF-91 Signed-off-by: Mark Beierl <mark.beierl@dell.com>
Diffstat (limited to 'storperf/logging.json')
-rw-r--r--storperf/logging.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/storperf/logging.json b/storperf/logging.json
index 6168717..6d6026e 100644
--- a/storperf/logging.json
+++ b/storperf/logging.json
@@ -3,7 +3,7 @@
"disable_existing_loggers": false,
"formatters": {
"simple": {
- "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
+ "format": "%(asctime)s - %(threadName)s - %(name)s - %(levelname)s - %(message)s"
}
},
@@ -52,5 +52,11 @@
"storperf": {
"level": "DEBUG",
"handlers": ["console", "file_handler", "error_file_handler"]
+ },
+
+ "storperf.carbon.emitter": {
+ "level": "INFO",
+ "handlers": ["console", "file_handler", "error_file_handler"]
}
+
} \ No newline at end of file