{{ define "content" }}

Logging for this process is organized in scopes. Each scope has different output controls which determine how much and what kind of logging is produced by the scope.

{{ range $index, $value := . }} {{ end }}
Scope Description Output Level Stack Trace Level Log Callers?
{{$value.Name}} {{$value.Description}} {{ if $value.LogCallers}} {{ else }} {{ end }}
{{ template "last-refresh" .}} {{ end }}