Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fetchLoggerInfo (0.25 sec)

  1. cmd/admin-handlers.go

    			ldap.Status = "Not Configured"
    		} else {
    			// Close ldap connection to avoid leaks.
    			ldapConn.Close()
    			ldap.Status = string(madmin.ItemOnline)
    		}
    	}
    
    	log, audit := fetchLoggerInfo(ctx)
    
    	// Get the notification target info
    	notifyTarget := fetchLambdaInfo()
    
    	local := getLocalServerProperty(globalEndpoints, r, metrics)
    	servers := globalNotificationSys.ServerInfo(metrics)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 97.3K bytes
    - Viewed (2)
Back to top