nuecho / rivr

Rivr is a lightweight open-source dialogue engine enabling Java developers to easily create enterprise-grade VoiceXML applications.
http://rivr.nuecho.com
Other
61 stars 23 forks source link

Get/Print VXML in run method of dialogue class? #27

Open D41138761 opened 2 years ago

D41138761 commented 2 years ago

How can we get/print the final VXML in the log before return/exit of voiceXmlLastTurn object from run method ?

gawi commented 2 years ago

The com.nuecho.rivr.servlet.responses logger will dump the content length, content type and the VoiceXML. Just enable it in your Log4j config.