0

I'm trying to log my chrome console output to a file. I have already seen this question.

For some reason, the logfile only contains the internal chrome content, and none of my console.log() output.

I'm running the following command:

chrome.exe "http://my.url.here" --enable-logging --v=1

I'm on Windows 7. I've also tried using --log-level=0, it produces the same behavior without the histogram.

Thanks in advance for any help

xandermonkey
  • 4,054
  • 2
  • 31
  • 53

1 Answers1

0

Ok, figured this one out. Turns out you need to close all instances of chrome before running the command line. Even if they're separate tabs / processes.

xandermonkey
  • 4,054
  • 2
  • 31
  • 53