-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test) switch zebrad to a non-blocking tracing logger (#5032)
* adds non-blocking writer for tracing subscriber * use non_blocking writer for the fmt::Layer with the tokio-console feature as well * adds doc comment to _guard field * adds acceptance test * update filter_handle type to use NonBlocking * adds more detail on lossy non-blocking writer and sets tracing.filter to "trace" in acceptance test * drops ZebradApp before process::exit(1) in the event of a FrameworkError * reduces buffered lines limit to 8000 * adds tracing.buffer_limit config and some comments * update acceptance.rs * fix acceptance test * fixes ambigious phrasing in comment * updates zebrad/src/application.rs * Find out what the join error is in the GitHub runner tests * updates acceptance test to use recv_timeout instead of always waiting 10 seconds, removes unnecessary echo command, and reduces # of rpc requests to 500 * see if sleeping for a few seconds before exiting helps the macOS test pass * Expand exit sleep docs Co-authored-by: Arya <[email protected]> Co-authored-by: teor <[email protected]>
- Loading branch information
Showing
7 changed files
with
148 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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