Skip to content

Commit

Permalink
[TMA-630][haoliu & llr] Debug of kong.log.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexuscream committed Feb 25, 2019
1 parent e79673a commit 864dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/okta-auth/access.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local function extract_data(token_data)
end

local function make_oidc(token_data)
kong.log.info()("Make Oidc")
kong.log.info("Make Oidc")

local oidc = extract_data(token_data)
local oidc_label = okta_api.get_oidc_label(oidc.cid)
Expand Down

0 comments on commit 864dc54

Please sign in to comment.