We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd77bce commit 95e1381Copy full SHA for 95e1381
.travis.yml
@@ -0,0 +1,15 @@
1
+language: python
2
+python:
3
+ - 2.7
4
+ - 3.3
5
+ - 3.4
6
+install:
7
+ - pip install ujson simplejson --use-mirrors
8
+ - python setup.py install
9
+script: nosetests tests
10
+notifications:
11
+ email:
12
+ recipients:
13
+ - marselester@ya.ru
14
+ on_success: change
15
+ on_failure: change
README.rst
@@ -2,6 +2,9 @@
JSON log formatter
==================
+.. image:: https://travis-ci.org/marselester/json-log-formatter.png
+ :target: https://travis-ci.org/marselester/json-log-formatter
+
The library helps you to store logs in JSON format. Why is it important?
Well, it facilitates integration with **Logstash**.
0 commit comments