From 168bd3a160f7c3e2f9363e43b4f0c7b98bd89ff8 Mon Sep 17 00:00:00 2001 From: thangbn Date: Tue, 16 Oct 2018 23:05:17 -0700 Subject: [PATCH] correct some minor code style update dependencies version --- README.md | 2 +- example/requirements.txt | 5 +++-- json_logging/framework/quart/__init__.py | 1 - test-requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b73e040..6768964 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # json-logging Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as [ELK](https://www.elastic.co/webinars/introduction-elk-stack). -If you're using Cloud Foundry, it worth to check out the library [SAP/cf-python-logging-support](https://github.com/SAP/cf-python-logging-support) which I'm also original author and contributor. +If you're using Cloud Foundry, it worth to check out the library [SAP/cf-python-logging-support](https://github.com/SAP/cf-python-logging-support) which I'm also original author. # Content 1. [Features](#1-features) 2. [Usage](#2-usage) diff --git a/example/requirements.txt b/example/requirements.txt index a65a231..cba13ea 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,2 +1,3 @@ -flask==0.12.2 -sanic==0.7.0 \ No newline at end of file +flask==0.12.3 +sanic==0.7.0 +Quart==0.6.7 \ No newline at end of file diff --git a/json_logging/framework/quart/__init__.py b/json_logging/framework/quart/__init__.py index b5599e4..bb43aa6 100644 --- a/json_logging/framework/quart/__init__.py +++ b/json_logging/framework/quart/__init__.py @@ -38,7 +38,6 @@ def config(self, app): logging.getLogger('quart.app').removeHandler(default_handler) logging.getLogger('quart.serving').removeHandler(serving_handler) - json_logging.util.use_cf_logging_formatter([ # logging.getLogger('quart.app'), # logging.getLogger('quart.serving'), diff --git a/test-requirements.txt b/test-requirements.txt index 69ca547..7d9a436 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -flask==0.12.2 \ No newline at end of file +flask==0.12.3 \ No newline at end of file