Skip to content

Commit

Permalink
Add info message how many cores are used
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Nov 5, 2024
1 parent c3ad80d commit 14abcc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databroker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
databroker::init_logging();

info!("Starting Kuksa Databroker {}", version);
info!("Using {} threads with {} cores available on the system", worker_threads, cores);

let ip_addr = args.get_one::<String>("address").unwrap().parse()?;
let port = args
Expand Down

0 comments on commit 14abcc0

Please sign in to comment.