diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-18 02:14:39 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-18 02:14:39 +0200 |
| commit | cf25e7862e2b44c84e2c1bb0bfc3106c44d5aade (patch) | |
| tree | bce9478a5b2a9bacf369ff57c3c536ce37ddcfff /mumd | |
| parent | f30b372d5c08d3c30c4b5ab02c11d236cac804e6 (diff) | |
| parent | 2c87ed814f27ef8d58a4260be79710ed85c28bfe (diff) | |
| download | mum-cf25e7862e2b44c84e2c1bb0bfc3106c44d5aade.tar.gz | |
Merge remote-tracking branch 'origin/file-logging' into main
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index 2973157..75726f8 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -21,7 +21,7 @@ use tokio::task::spawn_blocking; #[tokio::main] async fn main() { - setup_logger(); + setup_logger(std::io::stderr(), true); // Oneshot channel for setting UDP CryptState from control task // For simplicity we don't deal with re-syncing, real applications would have to. |
