From 2d55474511a5057015e77547c326120c1649c0b7 Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 22 Aug 2017 17:41:16 -0700 Subject: NFVBENCH-6 Add support for sending logs to fluentd with fluentd client library Change-Id: I1bc01b26f9e43f78c169b5fcd26247debcfe31bf Signed-off-by: ahothan --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 2bb548d..5cc6989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,4 @@ flask_socketio>=2.8.3 backports.ssl-match-hostname==3.5.0.1 # via websocket-client socketIO-client==0.7.2 websocket-client==0.40.0 # via socketio-client +fluent-logger>=0.5.2 \ No newline at end of file -- cgit 1.2.3-korg