Files
mev-beta/scripts/demos/README.md

30 lines
726 B
Markdown

# Demo & Example Scripts
These scripts are for demonstration and testing purposes only. They should not be used in production environments.
## Available Demos
### demo-production-logs.sh
Demonstrates the production log management system capabilities.
**Purpose:** Show how the log-manager.sh system works
**Usage:**
```bash
./scripts/demos/demo-production-logs.sh
```
**What it does:**
- Generates sample log entries
- Runs log analysis
- Shows health checks
- Demonstrates alerting
- Creates performance reports
- Generates operations dashboard
**Note:** This is a demonstration script. For production log management, use `./scripts/log-manager.sh`
---
**See:** `docs/SCRIPT_ANALYSIS_REPORT.md` for more information