storybook/docs/api/main-config/main-config-log-level.mdx
2024-06-17 18:22:07 +01:00

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 */}