diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-04 12:01:03 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-04 12:01:03 -0600 |
commit | 68db8d315e3ef67c608cb2eddca16fd5e5fddccb (patch) | |
tree | 93173d0093cc51b3387297dd178068918cc1c569 /src/main.rs | |
parent | 6a8a04c0762e9d0c1ee357973486015a2522672d (diff) | |
download | makers-68db8d315e3ef67c608cb2eddca16fd5e5fddccb.tar.gz makers-68db8d315e3ef67c608cb2eddca16fd5e5fddccb.zip |
logging!
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index ceeb0cf..58d3cba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -40,6 +40,7 @@ const DEFAULT_PATHS: &[&str] = &[ ]; fn main() -> Result<()> { + env_logger::init(); jane_eyre::install()?; let mut args = Args::from_env_and_args(); |