Skip to content

Commit

Permalink
revert logging commit (pr 4124)
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Dec 5, 2023
1 parent d18fd97 commit 609005f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacks-common/src/util/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ fn make_logger() -> Logger {
let plain = slog_term::PlainSyncDecorator::new(slog_term::TestStdoutWriter);
let isatty = isatty(Stream::Stdout);
let drain = TermFormat::new(plain, false, debug, isatty);
let logger = Logger::root(drain.ignore_res(), o!());
logger
Logger::root(drain.ignore_res(), o!())
}
}

Expand Down

0 comments on commit 609005f

Please sign in to comment.