mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 10:18:57 -05:00
various logging improvements.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
17f493ec4d
commit
12dc99d283
5 changed files with 40 additions and 37 deletions
|
|
@ -272,7 +272,7 @@ impl Service {
|
|||
});
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(self), name = "sender")]
|
||||
#[tracing::instrument(skip_all, name = "sender")]
|
||||
async fn handler(&self) -> Result<()> {
|
||||
let receiver = self.receiver.lock().await;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue