--- sidebar_label: Configuration.logLevel --- # Configuration.logLevel property **Signature:** ```typescript interface Configuration { logLevel?: 'silent' | 'error' | 'warn'; } ```