Miri
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
README.md
-
setup.py
|
|
@ -164,7 +164,7 @@ LOGGING = { |
|
|
|
- appname - Your django app |
|
|
|
|
|
|
|
## Release Notes |
|
|
|
- 2.0.14 |
|
|
|
- 2.0.15 |
|
|
|
- Added flusher decorator for serverless platforms(@mcmasty) |
|
|
|
- Add support for `python3.7` and `python3.8` |
|
|
|
- 2.0.13 |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
from setuptools import setup, find_packages |
|
|
|
setup( |
|
|
|
name="logzio-python-handler", |
|
|
|
version='2.0.14', |
|
|
|
version='2.0.15', |
|
|
|
description="Logging handler to send logs to your Logz.io account with bulk SSL", |
|
|
|
keywords="logging handler logz.io bulk https", |
|
|
|
author="roiravhon", |
|
|
|