Using the following config ``` plugins: [{ package: 'protractor-console', logLevels: ['debug', 'info', 'warning', 'severe'] }], ``` I was expecting to get the normal console.log messages but I only get the console.error and console.warn messages. Is this the expected behaviour? How could I get hold of console.log? Thanks
Using the following config
I was expecting to get the normal console.log messages but I only get the console.error and console.warn messages.
Is this the expected behaviour? How could I get hold of console.log?
Thanks