diff options
Diffstat (limited to 'plugin/trace/README.md')
-rw-r--r-- | plugin/trace/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/trace/README.md b/plugin/trace/README.md index 31e74ea71..3c36f0b86 100644 --- a/plugin/trace/README.md +++ b/plugin/trace/README.md @@ -7,6 +7,7 @@ ## Description With *trace* you enable OpenTracing of how a request flows through CoreDNS. +Enable *debug* plugin to get logs from the trace plugin. ## Syntax @@ -84,3 +85,7 @@ trace tracinghost:9411 { client_server } ~~~ + +## Also See + +See the *debug* plugin for more information about debug logging. |