-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Move modules between core and tcp-api-server
Move out of nazmulidris/rust-scratch/tcp-api-server repo, into core: - Add other standalone modules (Rust files) from tcp-api-server crate into the core crate: - kv.rs - miette_setup_global_report_handler.rs Move out of core, into nazmulidris/rust-scratch/tcp-api-server repo: - Move jaeger_setup.rs and its deps out of core. They were only used by tcp-api-server repo anyway. Enhancements to logging in core: - Refine tracing_logging to support both thread local and global tracing subscribers. - Include all the deps - And the binary (under test) for use with the assert_cmd crate
- Loading branch information
1 parent
2ca9268
commit 7db052a
Showing
15 changed files
with
868 additions
and
653 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
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.