Skip to content

Commit

Permalink
Update zeusd/src/startup.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jae-Won Chung <[email protected]>
  • Loading branch information
wbjin and jaywonchung authored Nov 2, 2024
1 parent ad0369d commit 9bd41fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zeusd/src/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ use tracing_subscriber::{EnvFilter, Registry};

use crate::devices::cpu::{CpuManagementTasks, CpuManager, RaplCpu};
use crate::devices::gpu::{GpuManagementTasks, GpuManager, NvmlGpu};
use crate::routes::gpu_routes;

use crate::routes::cpu_routes;
use crate::routes::gpu_routes;

/// Initialize tracing with the given where to write logs to.
pub fn init_tracing<S>(sink: S) -> anyhow::Result<()>
Expand Down

0 comments on commit 9bd41fd

Please sign in to comment.