Skip to content
Snippets Groups Projects
Unverified Commit 60f47c42 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #1427 from yann-soubeyrand/static-client-log-name

cmd/dex/serve.go: log static client name instead of ID
parents 29d84283 c5f2871a
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ func serve(cmd *cobra.Command, args []string) error {
if len(c.StaticClients) > 0 {
for _, client := range c.StaticClients {
logger.Infof("config static client: %s", client.ID)
logger.Infof("config static client: %s", client.Name)
}
s = storage.WithStaticClients(s, c.StaticClients)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment