Does this require debug binaries for FF and gears ext?

On Wed, Feb 4, 2009 at 6:49 AM, Michael Nordman <[email protected]> wrote:

>
> Kindof... there is no neat and clean tool that lets you see these
> requests/responses... but...
>
> If you are running firefox, you can enable logging that will include
> (amoung other things) which requests are coming out of gears cache.
> Gears for FF is using NSPR's logging facility, so you turn this on in
> the same way that you turn logging for FF on in general... environment
> variables...
>
> NSPR_LOG_FILE = c:\gears_ff.log
> NSPR_LOG_MODULES = gears:5
>
> ... and if you turn on logging for mozilla's http stack, you'll see
> logging info from that module as well.
>
> NSPR_LOG_MODULES = gears:5;nsHttp:5
>
>
>
>
> On Tue, Feb 3, 2009 at 5:06 PM, Ankit Jain <[email protected]> wrote:
> > Is there a way to have some kind of logging for gears local server. What
> I
> > am looking for is something like, What all Url's the browser fetched and
> > which amongst them very served by gears local server?
> >
>

Reply via email to