summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 363080360..a91b9e106 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,7 +23,7 @@ use crate::module::ALL_MODULES;
use clap::{App, AppSettings, Arg, Shell, SubCommand};
fn main() {
- pretty_env_logger::init();
+ pretty_env_logger::init_custom_env("STARSHIP_LOG");
let status_code_arg = Arg::with_name("status_code")
.short("s")