Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetLogCallers (0.12 sec)

  1. pkg/log/config.go

    			continue
    		}
    
    		if s == OverrideScopeName {
    			// ignore everything else and just apply the override value
    			for _, scope := range allScopes {
    				scope.SetLogCallers(true)
    			}
    		}
    
    		if scope, ok := allScopes[s]; ok {
    			scope.SetLogCallers(true)
    		}
    	}
    
    	// If gRPC logging is enabled, turn on gRPC logging automatically
    	if grpcScope.GetOutputLevel() != NoneLevel {
    		options.logGRPC = true
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top