Skip to content

Commit

Permalink
Switch logging to SDR-E Rust Logging common library
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 28, 2023
1 parent 5642997 commit fe33c2e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 106 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"rust/oxide-config",
"rust/oxide-decoders",
"rust/oxide-helpers",
"rust/oxide-logging",
"rust/oxide-output",
"rust/oxide-rtlsdr",
"rust/oxide-scanner",
Expand Down
2 changes: 1 addition & 1 deletion rust/oxide-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
log = "0.4.17"
oxide-rtlsdr = { path = "../oxide-rtlsdr" }
oxide-config = { path = "../oxide-config" }
oxide-logging = { path = "../oxide-logging" }
oxide-scanner = { path = "../oxide-scanner" }
oxide-decoders = { path = "../oxide-decoders" }
sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" }
tokio = { version = "1.28.1", features = ["full", "tracing"] }
array-init = "2.1.0"
2 changes: 1 addition & 1 deletion rust/oxide-bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extern crate oxide_rtlsdr;
use oxide_config::clap::Parser;
use oxide_config::OxideInput;
use oxide_decoders::ValidDecoderType;
use oxide_logging::SetupLogging;
use oxide_rtlsdr::RtlSdr;
use sdre_rust_logging::SetupLogging;
use tokio::time::{sleep, Duration};

#[tokio::main]
Expand Down
11 changes: 0 additions & 11 deletions rust/oxide-logging/Cargo.toml

This file was deleted.

92 changes: 0 additions & 92 deletions rust/oxide-logging/src/lib.rs

This file was deleted.

0 comments on commit fe33c2e

Please sign in to comment.