Skip to content

Commit 9b66b5e

Browse files
JnyJnyclaude
andcommitted
docs: improve logging section formatting with proper bullet lists
Changed 'Features:' and 'Log Levels:' from bold text to proper subheadings for better markdown rendering and readability. Fixed punctuation from dashes to colons for cleaner presentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2ca0fc3 commit 9b66b5e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/api/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,15 @@ busyserve
245245
busyserve --debug
246246
```
247247

248-
**Features:**
249-
- **Integrated logging** - All API, uvicorn, and application events appear in a unified log
250-
- **Color-coded output** - Different log levels are visually distinct
251-
- **Request tracing** - HTTP requests and responses are logged when debug is enabled
252-
- **Structured format** - Timestamps, levels, module names, and line numbers included
248+
### Features
249+
250+
- **Integrated logging**: All API, uvicorn, and application events appear in a unified log
251+
- **Color-coded output**: Different log levels are visually distinct
252+
- **Request tracing**: HTTP requests and responses are logged when debug is enabled
253+
- **Structured format**: Timestamps, levels, module names, and line numbers included
254+
255+
### Log Levels
253256

254-
**Log Levels:**
255257
- **INFO**: Server startup, configuration, API operations
256258
- **DEBUG**: Detailed request/response data, internal operations
257259
- **WARNING**: Configuration issues, recoverable errors

0 commit comments

Comments
 (0)