You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://travis-ci.com/Colin-b/logging_json"><imgalt="Number of tests"src="https://img.shields.io/badge/tests-0 passed-blue"></a>
8
+
<ahref="https://travis-ci.com/Colin-b/logging_json"><imgalt="Number of tests"src="https://img.shields.io/badge/tests-11 passed-blue"></a>
9
9
<ahref="https://pypi.org/project/logging_json/"><imgalt="Number of downloads"src="https://img.shields.io/pypi/dm/logging_json"></a>
10
10
</p>
11
11
12
-
This module provides a JSON formatter for the python [`logging`](https://docs.python.org/3/library/logging.html) module.
12
+
This module provides a JSON formatter for the python [`logging`](https://docs.python.org/3/library/logging.html) module that will format to JSON formatted string.
13
+
14
+
Using this formatter allows to have the proper format for logging to `Splunk` or `ElasticSearch`, but it can also be used for logging to stdout as a string is issued.
0 commit comments