Skip to content

Commit

Permalink
test: removed logger
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Jan 14, 2025
1 parent 45c10aa commit e3ef764
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 58 deletions.
54 changes: 2 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ ractor = { version = "0.14", features = [
], default-features = false }
tap_aggregator.workspace = true
futures = { version = "0.3.30", default-features = false }
log = "0.4"
env_logger = "0.9"

[dev-dependencies]
tempfile = "3.8.0"
Expand Down
4 changes: 0 additions & 4 deletions crates/tap-agent/src/tap_agent_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ pub async fn start_agent(

#[sqlx::test(migrations = "../../migrations")]
async fn test_start_tap_agent(pgpool: PgPool) {
let _ = env_logger::builder()
.is_test(true)
.filter_level(log::LevelFilter::Debug)
.try_init(); // Initialize logger
let (prefix, notify, (_actor_ref, _handle), aggregator_handle) =
start_agent(pgpool.clone()).await;
flush_messages(&notify).await;
Expand Down

0 comments on commit e3ef764

Please sign in to comment.