Skip to content

Commit 0bc9244

Browse files
committed
fix logging
1 parent 0d8b824 commit 0bc9244

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tinydancer/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ pub fn get_config_file() -> Result<ConfigSchema> {
125125
#[tokio::main]
126126
async fn main() -> Result<()> {
127127
let args = Args::parse();
128-
tracing_subscriber::fmt::init();
129128

130129
match args.command {
131130
Commands::Logs { log_path } => {

0 commit comments

Comments
 (0)