summaryrefslogtreecommitdiff
path: root/cli/standalone.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r--cli/standalone.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs
index cd5390d2d..72b9b5ef7 100644
--- a/cli/standalone.rs
+++ b/cli/standalone.rs
@@ -274,7 +274,7 @@ pub async fn run(
cpu_count: std::thread::available_parallelism()
.map(|p| p.get())
.unwrap_or(1),
- debug_flag: metadata.log_level.map_or(false, |l| l == log::Level::Debug),
+ debug_flag: metadata.log_level.map_or(false, |l| l == Level::Debug),
enable_testing_features: false,
location: metadata.location,
no_color: !colors::use_color(),