Change the log identifier for web requests
This commit is contained in:
parent
f31b7d7d17
commit
264f208379
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ impl<T: fmt::Display> fmt::Display for OptFmt<T> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const NAME: &str = "surreal::web";
|
const NAME: &str = "surrealdb::net";
|
||||||
|
|
||||||
pub fn write() -> warp::filters::log::Log<impl Fn(warp::filters::log::Info) + Copy> {
|
pub fn write() -> warp::filters::log::Log<impl Fn(warp::filters::log::Info) + Copy> {
|
||||||
warp::log::custom(|info| {
|
warp::log::custom(|info| {
|
||||||
|
|
Loading…
Reference in a new issue