mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 02:21:07 +08:00
23 lines
410 B
Plaintext
23 lines
410 B
Plaintext
---
|
|
title: 'logLevel'
|
|
---
|
|
|
|
Parent: [main.js|ts configuration](./main-config.md)
|
|
|
|
Type: `'debug' | 'error' | 'info' | 'trace' | 'warn'`
|
|
|
|
Default: `'info'`
|
|
|
|
Configures Storybook's logs in the browser terminal. Useful for debugging.
|
|
|
|
{/* prettier-ignore-start */}
|
|
|
|
<CodeSnippets
|
|
paths={[
|
|
'common/main-config-log-level.js.mdx',
|
|
'common/main-config-log-level.ts.mdx',
|
|
]}
|
|
/>
|
|
|
|
{/* prettier-ignore-end */}
|