Skip to content

Commit 9796a3c

Browse files
committed
Rename extra
1 parent 102c1d0 commit 9796a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import bufflog
2222

2323
bufflog = bufflog.get_logger(__name__)
2424

25-
bufflog.debug('Hello debug', extra={"some":"stuff"})
25+
bufflog.debug('Hello debug', context={"some":"stuff"})
2626
bufflog.info('Hello info')
2727
bufflog.error('Hello error')
2828
bufflog.critical('Hello critical')

0 commit comments

Comments
 (0)