diff options
author | ahothan <ahothan@cisco.com> | 2017-08-22 17:41:16 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-08-22 17:41:57 -0700 |
commit | 2d55474511a5057015e77547c326120c1649c0b7 (patch) | |
tree | e5f1db615655d73c9778d0499d7a312e8de2cc3e /requirements.txt | |
parent | 6c4e55c53c65b7e63c17c85367b4813443c5d942 (diff) |
NFVBENCH-6 Add support for sending logs to fluentd with fluentd client library
Change-Id: I1bc01b26f9e43f78c169b5fcd26247debcfe31bf
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |