dsx/dsx_server repo system first implementation
This commit is contained in:
@@ -21,7 +21,7 @@ impl Logger {
|
||||
#[must_use]
|
||||
pub fn new(logs_tx: mpsc::Sender<String>, use_stdio: bool) -> Self {
|
||||
Self {
|
||||
use_stdio: true,
|
||||
use_stdio,
|
||||
logs_tx: Arc::new(logs_tx),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user