-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
219 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Frequently Asked Questions | ||
|
||
This list is incomplete; you can help by [expanding it](https://github.com/metatypedev/ghjk/discussions). | ||
|
||
## How to increase verbosity? | ||
|
||
Set the `GHJK_LOG` environment variable to `debug` to enable more verbose logging. | ||
|
||
```bash | ||
export GHJK_LOG=debug | ||
``` | ||
|
||
For even more logs, one can set the `RUST_LOG` to `debug` or `trace`. | ||
This is usually too verbose to be useful so a more targeted logging level is required. | ||
|
||
```bash | ||
export GHJK_LOG='info,ghjk=debug' | ||
``` | ||
Setting `info,ghjk=debug`. | ||
Please refer to the tracing [docs](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives) to learn how to manage log verbosity per module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.