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 1aab02d commit 739a1aaCopy full SHA for 739a1aa
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.2 (2020-04-28)
4
+
5
+- Added support for using `log(..., extra={...})` on standard library
6
+ loggers to use extended and custom fields ([#8](https://github.com/elastic/ecs-logging-python/pull/8))
7
8
## 0.1 (2020-03-26)
9
10
- Added `StdlibFormatter` for use with the standard library `logging` module
ecs_logging/__init__.py
@@ -4,7 +4,7 @@
from ._stdlib import StdlibFormatter
from ._structlog import StructlogFormatter
-__version__ = "0.1"
+__version__ = "0.2"
__all__ = [
"ECS_VERSION",
"StdlibFormatter",
0 commit comments