event.log()
method located on the event object passed to your getOverrideProps(event)
method of your Override that runs on the CDN edge servers. These logs will appear remotely in the browser's console for convenient debugging.getSomeData
function:console.log()
calls—not event.log()
—from within your overrides are NOT logged to the browser.