Skip to content

Commit 2b05ff4

Browse files
authored
Log worker thread count at startup (#322)
1 parent d5f60b1 commit 2b05ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ impl Config {
621621
/// Print current configuration.
622622
pub fn show(&self) {
623623
info!("Ban time: {}s", self.general.ban_time);
624+
info!("Worker threads: {}", self.general.worker_threads);
624625
info!(
625626
"Healthcheck timeout: {}ms",
626627
self.general.healthcheck_timeout

0 commit comments

Comments
 (0)