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 01fda18 commit aa2a649
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

0 comments on commit aa2a649

Please sign in to comment.