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 671daa6 commit 01b4c29Copy full SHA for 01b4c29
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.2 (2021-09-22)
4
+
5
+* Fix an signature mismatch between `StdLibFormatter` and `logging.Formatter`,
6
+ which could cause issues in Django and Gunicorn
7
+ ([#54](https://github.com/elastic/ecs-logging-python/pull/54))
8
9
## 1.0.1 (2021-07-06)
10
11
* Fixed an issue in `StructlogFormatter` caused by a conflict with `event`
ecs_logging/__init__.py
@@ -20,7 +20,7 @@
20
from ._stdlib import StdlibFormatter
21
from ._structlog import StructlogFormatter
22
23
-__version__ = "1.0.1"
+__version__ = "1.0.2"
24
__all__ = [
25
"ECS_VERSION",
26
"StdlibFormatter",
0 commit comments