add feature flag to enable tracing instead of log

This commit is contained in:
OMGeeky
2023-06-01 22:11:51 +02:00
parent 61762208ad
commit e369535b23
4 changed files with 18 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
use log::info;
use twitch_data::prelude::info;
use std::error::Error;
use std::path::Path;