Skip to content

Commit

Permalink
Don't log information about the local worker's cache at info level at…
Browse files Browse the repository at this point in the history
… startup.

Fixes #446.
  • Loading branch information
nfachan committed Jan 15, 2025
1 parent 4900573 commit 6ef7609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/maelstrom-worker/src/local_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn start_task(
dispatcher_sender,
inline_limit: config.inline_limit,
log: log.clone(),
log_initial_cache_message_at_info: true,
log_initial_cache_message_at_info: false,
slots: config.slots,
};

Expand Down

0 comments on commit 6ef7609

Please sign in to comment.