How to enable "Preserve Log" in Network tab in Chrome developer tools by default?

Varun Sharma picture Varun Sharma · Jul 16, 2017 · Viewed 23.5k times · Source

How to enable "Preserve Log" in Network tools in Chrome developer tools by default? Everytime I press F12 and then select Network tab, I need to click preserve log checkbox to make it preserve request/responses. Is it possible to have it checked all the time by default?

enter image description here

By the way this feature works in "Firefox Developer" edition. When I click "Persist Logs" and close and then open the browser & DEV tools window again, it is still checked.

enter image description here

UPDATE - 6th March 2019

This will be fixed in Chrome 73. But if you want to try it before that then install Chrome Canary. It's working there. To enable/disable this persistence just go to Dev tools settings and check/uncheck Preserve Log under network section as shown below.

enter image description here

Thanks to the team for fixing it. Better late than never.

Answer

Adithya Giridharan picture Adithya Giridharan · May 23, 2018

I have a small solution to that problem. I don't know whether it works correctly.First, click three dots->More tools -> Developer Tools. In that, click the three dots button(the name will be Customize and Control Dev Tools. In that, click settings.You will see a list of options with a main heading Preferences. From that, browse down to Console option. In that, just tick the option 'Preserve log upon navigation'. I guess this will solve your problem.