Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for decSizes (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/httplog/httplog.go

    	if rl := respLoggerFromRequest(req); rl != nil {
    		return rl.w
    	}
    	return w
    }
    
    // StacktraceWhen sets the stacktrace logging predicate, which decides when to log a stacktrace.
    // There's a default, so you don't need to call this unless you don't like the default.
    func (rl *respLogger) StacktraceWhen(pred StacktracePred) *respLogger {
    	rl.mutex.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 10:10:35 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top