mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Tree-sitter: Respect verbosity defined in CODEQL_VERBOSITY
This commit is contained in:
@@ -14,7 +14,7 @@ pub mod simple;
|
||||
/// Sets the tracing level based on the environment variables
|
||||
/// `RUST_LOG` and `CODEQL_VERBOSITY` (prioritized in that order),
|
||||
/// falling back to `warn` if neither is set.
|
||||
pub fn set_tracing_level(language: &str) -> () {
|
||||
pub fn set_tracing_level(language: &str) {
|
||||
tracing_subscriber::fmt()
|
||||
.with_target(false)
|
||||
.without_time()
|
||||
|
||||
Reference in New Issue
Block a user