Skip to content

Commit

Permalink
correct some minor code style
Browse files Browse the repository at this point in the history
update dependencies version
  • Loading branch information
bobevenup committed Oct 17, 2018
1 parent fa5cd06 commit 168bd3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 3 additions & 2 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
flask==0.12.2
sanic==0.7.0
flask==0.12.3
sanic==0.7.0
Quart==0.6.7
1 change: 0 additions & 1 deletion json_logging/framework/quart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flask==0.12.2
flask==0.12.3

0 comments on commit 168bd3a

Please sign in to comment.