Added async_graphql::graphql tracing namespace

This commit is contained in:
D1plo1d 2020-08-30 21:11:43 -04:00
parent 5a6c77ba9d
commit 7f7397650a

View File

@ -18,7 +18,7 @@ pub struct Tracing {
impl Extension for Tracing {
fn parse_start(&mut self, query_source: &str, variables: &Variables) {
let root_span: tracing::Span = span!(
target: "async_graphql",
target: "async_graphql::graphql",
parent:None,
Level::INFO,
"graphql",