Skip to content

Commit 4cf80f2

Browse files
committed
docs: Add example for how to run without pre-commit
1 parent 98c36d2 commit 4cf80f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ If you're happy to compile the Rust version, you can use:
6767
args:
6868
- --log-level=error
6969
```
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

Comments
 (0)