Skip to content

Commit

Permalink
change loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 30, 2024
1 parent 4621bfd commit 6b42b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakwater/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Server {
let connection_dropped_tx = self.max_connections_per_ip.map(|_| connection_dropped_tx);

let page_size = page_size::get();
info!("System has a page size of {page_size} bytes");
debug!("System has a page size of {page_size} bytes");

loop {
let (mut socket, socket_addr) = self
Expand Down

0 comments on commit 6b42b48

Please sign in to comment.