Adding to the Visser StatementIn Javascript which we call via sightly script add logs like use(function() { log.error(“Log from Sightly JS Code");}In Java Code private final Logger log = LoggerFactory.getLogger(MyCustomClass.class);private void mymethod(){log.info("Event Path===>{}",evnt.getPath());...