Hi,I am using consoleexport to export console logs to remote server. The logs exported are in collapsed format. So now I have two queries around exporting console logs:1. Can we export the logs in expanded format so they are more useful during debugging process? - (I read about console logs on internet and it is mentioned that, its the known and default behaviour of console logs)
2. Is there any way we can pass the page title/URL or any other parameter during exporting logs using "consoleexport.serverURL" so the the final report contains page name/URL and error log which in turn will help debugger to easily identify the error and the page in test?
--Thanks,Ketan
Hi,Thank you for your reply :)Please see my reply below:1. I think I did not asked the question in correct way.Details on my question: when the logs are generated in console, they are displayed along with + sign and we can click the + sign to view details in expanded mode.
So my question is, is it possible to get those logs in expanded format by default so when details are exported using consoleexport, the file contains all the details and not only the error line.
2. Passing an URL with each packet will really help.I have created an issue as suggested by you. Here's the link: https://github.com/firebug/consoleexport/issues/14