Yes!
You can run chrome from the command line on mac. See previous question here
something like that:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
You can also pass a flag to output chrome to the log file by adding:
--enable-logging --v=1
This should write a log file chrome_debug.logthat is located somewhere in your directory ~/.config/.
. :
$ tail -F ~/.config/chromium/chrome_debug.log
.
, !