Skip to content

Commit

Permalink
Log to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
aisrael committed Jun 1, 2023
1 parent 3ac11bc commit 57d8095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ghctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fn maybe_get_github_token_env_var() -> Result<String> {
pub async fn cli(opts: Opts) {
env_logger::builder()
.filter_level(opts.verbose.log_level_filter())
.target(env_logger::Target::Stdout)
.init();
match build_context(opts) {
Ok(context) => match &context.opts.command {
Expand Down

0 comments on commit 57d8095

Please sign in to comment.