Przeglądaj źródła

chore: config tokio runtime subscriber

nathan 2 lat temu
rodzic
commit
24bf1c1893
1 zmienionych plików z 1 dodań i 1 usunięć
  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);