Skip to content

Commit

Permalink
docs: restructure sentence
Browse files Browse the repository at this point in the history
Co-authored-by: paulfouquet <[email protected]>
  • Loading branch information
blacha and paulfouquet authored Apr 4, 2024
1 parent f190c2e commit fb9f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/infrastructure/components/node.local.dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kubectl logs -n kube-system --all-containers=true -f daemonset/node-local-dns --

### Structured logs

coredns does not by provide a simple way of constructing a structured log from the DNS request, it does provide a template system which can be used to craft a JSON log line, if the log line is in structured format like JSON it can be more easily processed into something like elasticsearch for additional debugging
`coredns` does not provide a simple way of constructing a structured log from the DNS request, it does provide a template system which can be used to craft a JSON log line, if the log line is in structured format like JSON it can be more easily processed into something like elasticsearch for additional debugging.

For the current log format see `CoreFileJsonLogFormat` and below is a example log request

Expand Down

0 comments on commit fb9f1d2

Please sign in to comment.