server side logging in developer edition 57
how do you get server side logging (server side is php) in version 57. Seems the server tab is not there and I can't get chrome logger to show any logging results. The response header (X-ChromeLogger-Data) is created (can see that in phpinfo()) but nothing shows up in the web console tab.
Can someone point me in the right direction to get server side logging working in developer edition 57.
Thanks,
Warren
Chosen solution
Try to toggle this pref to false on the about:config page.
- devtools.webconsole.new-frontend-enabled
See also:
Ler a resposta no contexto 👍 9All Replies (2)
Chosen Solution
Try to toggle this pref to false on the about:config page.
- devtools.webconsole.new-frontend-enabled
See also:
OK. Great. I was wondering what was going on.