From 24bf1c1893ae495f01d0d18f2fb09286871e5851 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 3 Mar 2023 10:05:19 +0800 Subject: [PATCH] chore: config tokio runtime subscriber --- frontend/rust-lib/flowy-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/rust-lib/flowy-core/src/lib.rs b/frontend/rust-lib/flowy-core/src/lib.rs index 70cf58fb5f..b6b0c4ad3a 100644 --- a/frontend/rust-lib/flowy-core/src/lib.rs +++ b/frontend/rust-lib/flowy-core/src/lib.rs @@ -122,7 +122,7 @@ pub struct AppFlowyCore { impl AppFlowyCore { pub fn new(config: AppFlowyCoreConfig) -> Self { - // console_subscriber::init(); + console_subscriber::init(); init_log(&config); init_kv(&config.storage_path);