cranelift: Don't log CLIF and assembly at debug level (#4503)

Too verbose. Only log them at trace level.
This commit is contained in:
Nick Fitzgerald
2022-07-21 15:31:05 -07:00
committed by GitHub
parent ca36ce57c2
commit b24c561ceb
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ impl Context {
self.verify_if(isa)?;
let opt_level = isa.flags().opt_level();
log::debug!(
log::trace!(
"Compiling (opt level {:?}):\n{}",
opt_level,
self.func.display()