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 c1250a7 commit 98f601fCopy full SHA for 98f601f
README.md
@@ -20,10 +20,10 @@ pip install python-bufflog
20
21
from bufflog import bufflog
22
23
-bufflog.debug('Hello debug', context={"some":"stuff"});
24
-bufflog.info('Hello info');
25
-bufflog.error('Hello error');
26
-bufflog.critical('Hello critical');
+bufflog.debug('Hello debug', context={"some":"stuff"})
+bufflog.info('Hello info')
+bufflog.error('Hello error')
+bufflog.critical('Hello critical')
27
```
28
29
## Log verbosity levels
0 commit comments