The "notice" loglevel is missing in app_lua's sr.log function. This patch adds it. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1162
-- Commit Summary --
* app_lua: add "NOTICE" loglevel to sr.log
-- File Changes --
M src/modules/app_lua/app_lua_sr.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1162.patch https://github.com/kamailio/kamailio/pull/1162.diff
Merged #1162.
@miconda Can you backport that to 5.0, too? And is there a 5.0 equivalent to this page? https://www.kamailio.org/wiki/embeddedapi/4.0.x/lua I would add the new log level here: https://www.kamailio.org/wiki/embeddedapi/devel/lua
Just backported it to 5.0.
Feel free to add wiki pages for 5.0.x version -- just take the ones from devel and make a copy. I haven't spent much on it, as the plan is to have the kemi alternative replacing it sometime in the future (once proved to be better option) and no new features should be added via `sr` lua module -- fixing and missing bits can still be added.
Okay, then I'll leave it there. I added a comment providing the information about a replacement in the future by KEMI.