diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-06-03 09:13:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-06-03 09:13:35 +0200 |
| commit | 172da289a8ea58effc427a5d3290427970e2719d (patch) | |
| tree | 22a75d3f6d1a2c8de3f90916584930b13988dc75 | |
| parent | 1fdd7fa17567b72ab47c8f4a2bf34bdf6a6ad1e7 (diff) | |
| parent | e3adc251835ae9ef82a33d450ed1370260969190 (diff) | |
| download | mullvadvpn-172da289a8ea58effc427a5d3290427970e2719d.tar.xz mullvadvpn-172da289a8ea58effc427a5d3290427970e2719d.zip | |
Merge branch 'silence-tower'
| -rw-r--r-- | mullvad-daemon/src/logging.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-daemon/src/logging.rs b/mullvad-daemon/src/logging.rs index 4d7f4c9f4b..597643fe26 100644 --- a/mullvad-daemon/src/logging.rs +++ b/mullvad-daemon/src/logging.rs @@ -31,6 +31,7 @@ pub const SILENCED_CRATES: &[&str] = &[ "tokio_reactor", "tokio_threadpool", "tokio_util", + "tower", "want", "ws", "mio", |
