Skip to content

Commit 168bd3a

Browse files
committed
correct some minor code style
update dependencies version
1 parent fa5cd06 commit 168bd3a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# json-logging
22
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).
33

4-
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.
4+
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.
55
# Content
66
1. [Features](#1-features)
77
2. [Usage](#2-usage)

example/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
flask==0.12.2
2-
sanic==0.7.0
1+
flask==0.12.3
2+
sanic==0.7.0
3+
Quart==0.6.7

json_logging/framework/quart/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def config(self, app):
3838
logging.getLogger('quart.app').removeHandler(default_handler)
3939
logging.getLogger('quart.serving').removeHandler(serving_handler)
4040

41-
4241
json_logging.util.use_cf_logging_formatter([
4342
# logging.getLogger('quart.app'),
4443
# logging.getLogger('quart.serving'),

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flask==0.12.2
1+
flask==0.12.3

0 commit comments

Comments
 (0)