improvement: better logging
Use CONDUIT_LOG or the log setting in the config
This commit is contained in:
parent
46d8f36a2c
commit
1d00a8c41f
5 changed files with 18 additions and 7 deletions
|
@ -12,7 +12,7 @@ use std::collections::BTreeMap;
|
|||
)]
|
||||
#[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(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue