Add roc_tracing crate and initial traces in mono

This commit is contained in:
Ayaz Hafiz 2022-08-23 12:47:41 -05:00
parent a8b348506f
commit 848facb386
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
8 changed files with 144 additions and 4 deletions

View file

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