If I call console.log(\'something\'); from the popup page, or any script included off that it works fine.
console.log(\'something\');
However as the background page is not directly
const log = chrome.extension.getBackgroundPage().console.log; log('something')
Open log: