Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAccessLogTextFormatters (0.37 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    	}
    
    	for _, tc := range cases {
    		t.Run(tc.name, func(t *testing.T) {
    			got := accessLogJSONFormatters(tc.json)
    			assert.Equal(t, tc.expected, got)
    		})
    	}
    }
    
    func TestAccessLogTextFormatters(t *testing.T) {
    	cases := []struct {
    		name     string
    		text     string
    		expected []*core.TypedExtensionConfig
    	}{
    		{
    			name:     "default",
    			text:     EnvoyTextLogFormat,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top