I am trying to add some log in Jitsi meet prosody module Lua files. e.g : in mod_muc_allowners.Lua file. How to add logs in these lua files and where can I check this?
mod_av_moderation_component.lua in this file, suppose I want to check if this method is called or not. How can I check that.
function occupant_affiliation_changed(event)
also, are these Lua files run from the Prosody server? is there any connection in Jicofo for added prosody modules in jitsi meet?
Thank you,