Back to Istio

Scopes

pkg/ctrlz/topics/assets/templates/scopes.html

1.29.2586 B
Original Source

{{ 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.

ScopeDescriptionOutput LevelStack Trace LevelLog Callers?
{{ range $index, $value := . }}{{$value.Name}}{{$value.Description}}
{{$value.OutputLevel}}
noneerrorwarninfodebug

| {{$value.StackTraceLevel}} noneerrorwarninfodebug

| {{ if $value.LogCallers}} {{ else }} {{ end }} | {{ end }} {{ template "last-refresh" .}} {{ end }}