Jump to content
  • 0

custom plugin Log where it will stored - need path


Hemalatha c arun
 Share

Question

Hi Team,

Create sample plugin  using this link https://github.com/ant-media/Plugins/tree/master/SamplePlugin,  Rest API's are working , but when join Room and  leaving Room unable to see console log and even added  server log both unable see.

Please help me out,  what steps follow to get those logs or server logs path.

used below code sinppets

protected static Logger logger = LoggerFactory.getLogger(SamplePlugin.class);
logger.error("Stream Started: " + streamId);

 

 

Link to comment
Share on other sites

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 0

Hi, thanks for reaching out. 

What is the functionality of your plugin or are you just trying to run the sample plugin but its not working as you expect e.g not logging anything? 

When you say the console log, do you mean the browser console log or something else? Can you provide some more details on what you are trying to do so we can assist. 

Link to comment
Share on other sites

  • 0

Hi Tim,

yes browser console log even added  logger.info also not showing in application,

Actually , in my use case,  used javascript SDK to open conference page , when I click on  joinRoom on page ,  need to authenticate from other server, so I am trying add functionality.

In webhook url authentication  unable to send extra params, do validate the use.

Please  suggest me on this.

Thanks

 

 

 

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...