Print traces to files with ROC_LOGTO

This commit is contained in:
Ayaz Hafiz 2022-08-23 15:37:33 -05:00
parent b3f8ead89d
commit 963911814f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 63 additions and 14 deletions

View file

@ -25,7 +25,7 @@ use std::ffi::{OsStr, OsString};
use roc_cli::build;
fn main() -> io::Result<()> {
roc_tracing::setup_tracing!();
let _tracing_guards = roc_tracing::setup_tracing!();
let matches = build_app().get_matches();