On Monday, March 16, 2015 at 7:42:26 AM UTC+1, ketan kale wrote:
>
>
> 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)
>
What specific logs do you have in mind? console.group, XHR...? 
I think that every log needs to be solved separately and things can get
more complicated when this feature is supporting remote devices (planned) 
and getting the detailed (expanded) info requires another request
to the backed (over RDP - Remote debugging protocol).
 

> 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?
>
This could be relatively simple. We can add the URL (+ title) into every 
packet sent to the server.
Would that work for you?
Please create a new report here:
https://github.com/firebug/consoleexport/issues
(please cross post the issue link here)

And I'll fix it.

Honza
 

>
> --
> Thanks,
> Ketan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/778d2c94-fc73-41d7-aa80-661b2a902814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to