Skip to content

Commit

Permalink
don't check for updates on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Mar 16, 2023
1 parent 12cfb56 commit 2d0f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn init(verbosity: u8, trace: bool) {

let stdout = tracing_subscriber::fmt::layer().event_format(format);

let filter = if is_ci() {
let filter = if crate::is_ci() {
LevelFilter::TRACE
} else {
match verbosity {
Expand Down

0 comments on commit 2d0f162

Please sign in to comment.