A log viewer to make local debugging easier. Currently designed for local log format, but not production log.
# Install dependencies
pnpm install
# Start development server
pnpm dev
- Open the application in your browser
- Upload a RisingWave log file (
.log
or.txt
) - Use the filter panel to narrow down entries:
- Log Levels: Filter by DEBUG, INFO, WARN, ERROR
- Actors: Filter by specific actor IDs
- Search: Full-text search in messages
- Navigate through the parsed log entries with virtual scrolling