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 98c36d2 commit 4cf80f2Copy full SHA for 4cf80f2
README.md
@@ -67,3 +67,11 @@ If you're happy to compile the Rust version, you can use:
67
args:
68
- --log-level=error
69
```
70
+
71
+## I just want to downgrade loggers once
72
73
+The Rust binary or Python package can also be run directly, like this:
74
75
+```shell
76
+printf-log-formatter $(find . -name "*.py") --log-level error
77
+```
0 commit comments