Skip to content

Commit a0484b4

Browse files
committed
chore: format
1 parent 3be6364 commit a0484b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ When configuring the buffer, you can set the following options to fine-tune how
567567
| Parameter | Description | Configuration | Default |
568568
|-------------------- |------------------------------------------------- |------------------------------------ | ------- |
569569
| `enabled` | Enable or disable log buffering | `true`, `false` | `false` |
570-
| `maxBytes` | Maximum size of the log buffer in bytes | `number` | 20480 |
570+
| `maxBytes` | Maximum size of the log buffer in bytes | `number` | `20480` |
571571
| `bufferAtVerbosity` | Minimum log level to buffer | `TRACE`, `DEBUG`, `INFO`, `WARNING` | `DEBUG` |
572572
| `flushOnErrorLog` | Automatically flush buffer when logging an error | `true`, `false` | `true` |
573573

0 commit comments

Comments
 (0)