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 102c1d0 commit 9796a3cCopy full SHA for 9796a3c
README.md
@@ -22,7 +22,7 @@ import bufflog
22
23
bufflog = bufflog.get_logger(__name__)
24
25
-bufflog.debug('Hello debug', extra={"some":"stuff"})
+bufflog.debug('Hello debug', context={"some":"stuff"})
26
bufflog.info('Hello info')
27
bufflog.error('Hello error')
28
bufflog.critical('Hello critical')
0 commit comments