Skip to content

Commit

Permalink
Log hash key at debug level instead of trace
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium authored and sylvestre committed Jul 18, 2023
1 parent 6c18bbc commit 588b18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ where
weak_toolchain_key,
}) => (key, compilation, weak_toolchain_key),
};
trace!("[{}]: Hash key: {}", out_pretty, key);
debug!("[{}]: Hash key: {}", out_pretty, key);
// If `ForceRecache` is enabled, we won't check the cache.
let start = Instant::now();
let cache_status = async {
Expand Down

0 comments on commit 588b18b

Please sign in to comment.