Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Oct 9, 2024
1 parent 757cd0c commit a3975d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/workspaces/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local workspaces = {}
function workspaces.upsert_default()
local old_default_ws_id = kong.default_workspace
local default_ws, err = kong.db.workspaces:select_by_name("default")
ngx.log(ngx.WARN, "+++ kong.db.workspaces:select_by_name(default) -> ", tostring(default_ws) , " err:", err)
ngx.log(ngx.WARN, "+++ kong.db.workspaces:select_by_name(default) -> ", require("inspect")(default_ws) , " err:", err)
if err then
return nil, err
end
Expand Down

0 comments on commit a3975d1

Please sign in to comment.