mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Print traces to files with ROC_LOGTO
This commit is contained in:
parent
b3f8ead89d
commit
963911814f
4 changed files with 63 additions and 14 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue