浏览代码

chore: config tokio runtime subscriber

nathan 2 年之前
父节点
当前提交
24bf1c1893
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/rust-lib/flowy-core/src/lib.rs

+ 1 - 1
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);