Skip to content

Commit 57d8095

Browse files
committed
Log to stdout
1 parent 3ac11bc commit 57d8095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ghctl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fn maybe_get_github_token_env_var() -> Result<String> {
4646
pub async fn cli(opts: Opts) {
4747
env_logger::builder()
4848
.filter_level(opts.verbose.log_level_filter())
49+
.target(env_logger::Target::Stdout)
4950
.init();
5051
match build_context(opts) {
5152
Ok(context) => match &context.opts.command {

0 commit comments

Comments
 (0)