Server-side console logging missing in new developer tools?

User Help for Mozilla Firefox
Post Reply
Alamei
Posts: 8
Joined: January 15th, 2010, 9:04 am

Server-side console logging missing in new developer tools?

Post by Alamei »

The redesigned version of the developer tools that ships with recent versions of Firefox Developer Edition (56, and now 57) appears to no longer support the ChromeLogger protocol for server-side logging via headers. Support for server-side logging was originally introduced in version 43, as documented here: Firefox - Console messages.

I haven't seen any discussions about the feature being removed; it appears to have simply been silently dropped from the developer tools suite. There's no longer a [Server] toggle button on the Console tab, and the ChromeLogger data no longer shows up in the console.

Does anyone know whether the server-side logging feature is officially being stripped out of Firefox going forward, or whether it just hasn't yet made it into the new dev tools suite? For now, I've had to revert back to the standard beta versions of Firefox (which still have the old dev tools) to maintain the server-side logging functionality. I'm hoping it's just an oversight that it wasn't included with the new version of the developer tools, and that it will be included prior to the redesigned dev tools being merged to stable, but it's odd that they would deploy the new version of the dev tools to the Developer Edition when it's missing a major feature.
User avatar
Happy112
Posts: 485
Joined: April 15th, 2017, 10:25 am
Location: Never-Never-Land

Re: Server-side console logging missing in new developer too

Post by Happy112 »

Hi Alamei !

A bug report was filed, but the status is still unconfirmed.

See :
https://bugzilla.mozilla.org/show_bug.cgi?id=1389682
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Server-side console logging missing in new developer too

Post by morat »

Tim Nguyen wrote:The new console has been rewritten from scratch to get rid of XUL, which is why feature parity is coming very slowly.
You can use the old frontend by toggling the devtools.webconsole.new-frontend-enabled preference.

Firefox Developer Edition: web console changed, able to revert?
http://www.reddit.com/r/firefox/comments/6xwhpd
Alamei
Posts: 8
Joined: January 15th, 2010, 9:04 am

Re: Server-side console logging missing in new developer too

Post by Alamei »

morat wrote:
Tim Nguyen wrote:The new console has been rewritten from scratch to get rid of XUL, which is why feature parity is coming very slowly.
You can use the old frontend by toggling the devtools.webconsole.new-frontend-enabled preference.

Firefox Developer Edition: web console changed, able to revert?
http://www.reddit.com/r/firefox/comments/6xwhpd
Much obliged! I'm glad the feature remains optional for the time being. I searched around for an option to toggle it back to the old version when I first saw the issue, but couldn't find anything. My googling was apparently not up to par.
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Server-side console logging missing in new developer too

Post by morat »

The bug report got a reply. (hat tip to Happy112)
Brian Grinstead wrote:We are working on getting the ChromeLogger extension working as a web extension.
http://bugzilla.mozilla.org/show_bug.cgi?id=1389682
http://bugzilla.mozilla.org/show_bug.cgi?id=1307889

For reading only as Bugzilla is not a forum.
User avatar
Happy112
Posts: 485
Joined: April 15th, 2017, 10:25 am
Location: Never-Never-Land

Re: Server-side console logging missing in new developer too

Post by Happy112 »

Take a look at this (short) thread on the Mozilla support forum :

https://support.mozilla.org/en-US/questions/1177646
Post Reply