Skip to content

Commit

Permalink
fix(emmy-lua-debugger): add support status warning for feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Apr 30, 2024
1 parent 05ed501 commit 410298b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog/unreleased/kong/feat-emmy-debugger.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
message: |
Added support for debugging with EmmyLuaDebugger
Added support for debugging with EmmyLuaDebugger. This feature is a
tech preview and not officially supported by Kong Inc. for now.
type: feature
1 change: 1 addition & 0 deletions kong/tools/emmy_debugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local function init()
end

ngx.log(ngx.NOTICE, "loading EmmyLua debugger " .. debugger)
ngx.log(ngx.WARN, "The EmmyLua integration for Kong is a feature solely for your convenience during development. Kong assumes no liability as a result of using the integration and does not endorse it’s usage. Issues related to usage of EmmyLua integration should be directed to the respective project instead.")

_G.emmy = {
fixPath = find_source
Expand Down

1 comment on commit 410298b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:410298b001ab7f04d079f4a9666ba23d5a542593
Artifacts available https://github.com/Kong/kong/actions/runs/8892517682

Please sign in to comment.