Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetLogFormat (0.29 sec)

  1. pilot/pkg/model/telemetry_logging.go

    			fl.AccessLogFormat, needsFormatter = buildFileAccessJSONLogFormat(logFormat)
    		}
    	} else {
    		fl.AccessLogFormat, needsFormatter = buildFileAccessTextLogFormat("")
    	}
    	if len(needsFormatter) != 0 {
    		fl.GetLogFormat().Formatters = needsFormatter
    	}
    
    	al := &accesslog.AccessLog{
    		Name:       wellknown.FileAccessLog,
    		ConfigType: &accesslog.AccessLog_TypedConfig{TypedConfig: protoconv.MessageToAny(fl)},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top