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 0fae37f commit fde7265Copy full SHA for fde7265
labstack/log.py
@@ -39,6 +39,9 @@ async def _dispatch(self):
39
finally:
40
self.entries.clear()
41
42
+ def add_fields(self, **kwargs):
43
+ self.fields.update(kwargs)
44
+
45
def debug(self, **kwargs):
46
self._log(Level.DEBUG, **kwargs)
47
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='labstack',
5
- version='0.5.1',
+ version='0.5.2',
6
description='Official Python client library for the LabStack REST API',
7
long_description='`<https://github.com/labstack/labstack-python>`_',
8
keywords='labstack cube email log mqtt store',
0 commit comments