mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-06-06 13:21:58 +00:00
improvement: better logging
Use CONDUIT_LOG or the log setting in the config
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
)]
|
||||
#[tracing::instrument]
|
||||
pub async fn get_protocols_route() -> ConduitResult<get_protocols::Response> {
|
||||
warn!("TODO: get_protocols_route");
|
||||
// TODO
|
||||
Ok(get_protocols::Response {
|
||||
protocols: BTreeMap::new(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user