Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 310 Bytes

puppeteer.configuration.loglevel.md

File metadata and controls

21 lines (14 loc) · 310 Bytes
sidebar_label
Configuration.logLevel

Configuration.logLevel property

Tells Puppeteer to log at the given level.

At the moment, any option silences logging.

Signature:

interface Configuration {
  logLevel?: 'silent' | 'error' | 'warn';
}

Default value:

undefined