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