mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 04:53:01 +02:00
reduce unnecessary info-level spans to debug
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7a6d657558
commit
a407909d09
4 changed files with 8 additions and 8 deletions
|
@ -277,7 +277,7 @@ impl Service {
|
|||
}
|
||||
|
||||
/// Sends a request to a federation server
|
||||
#[tracing::instrument(skip_all, name = "request")]
|
||||
#[tracing::instrument(skip_all, name = "request", level = "debug")]
|
||||
pub async fn send_federation_request<T>(
|
||||
&self,
|
||||
dest: &ServerName,
|
||||
|
@ -291,7 +291,7 @@ impl Service {
|
|||
}
|
||||
|
||||
/// Like send_federation_request() but with a very large timeout
|
||||
#[tracing::instrument(skip_all, name = "synapse")]
|
||||
#[tracing::instrument(skip_all, name = "synapse", level = "debug")]
|
||||
pub async fn send_synapse_request<T>(
|
||||
&self,
|
||||
dest: &ServerName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue