Skip to content

Commit

Permalink
docs: Add example for how to run without pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Apr 23, 2023
1 parent 98c36d2 commit 4cf80f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ If you're happy to compile the Rust version, you can use:
args:
- --log-level=error
```
## I just want to downgrade loggers once
The Rust binary or Python package can also be run directly, like this:
```shell
printf-log-formatter $(find . -name "*.py") --log-level error
```

0 comments on commit 4cf80f2

Please sign in to comment.