- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for log_as_json (0.13 sec)
-
istioctl/cmd/options.go
// limitations under the License. package cmd import ( "github.com/spf13/cobra" "github.com/spf13/pflag" ) var helpFlags = map[string]bool{ "log_as_json": true, "log_stacktrace_level": true, "log_target": true, "log_caller": true, "log_output_level": true,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1.8K bytes - Viewed (0) -
istioctl/cmd/root.go
return completion.ValidNamespaceArgs(cmd, ctx, args, toComplete) }) // Attach the Istio logging options to the command. root.LoggingOptions.AttachCobraFlags(rootCmd) hiddenFlags := []string{ "log_as_json", "log_rotate", "log_rotate_max_age", "log_rotate_max_backups", "log_rotate_max_size", "log_stacktrace_level", "log_target", "log_caller", "log_output_level", } for _, opt := range hiddenFlags {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Aug 05 02:08:47 UTC 2024 - 9.6K bytes - Viewed (0)