LogHarbor User Guide
A comprehensive guide to using LogHarbor for capturing, analyzing, and monitoring application logs in real-time.
Getting Started
LogHarbor is a comprehensive logging solution that helps you capture, analyze, and monitor application logs in real-time. Here's how to get started:
1. Installation
Download and install the LogHarbor CLI, or install from NPM:
npm install -g logharbor-cli
2. Authentication
- Create an account at LogHarbor Web Interface
- Run the login command:
logharbor login
- Your browser will open automatically to generate a connector token
- Copy the token from the web interface and paste it into your terminal when prompted
3. Capturing Logs
To capture logs from any command, use:
logharbor capture "your-command-here"
Examples:
logharbor capture "npm run test" logharbor capture "python script.py"
Note:
For Python commands, LogHarbor automatically adds the -u
flag to ensure unbuffered output.
4. Viewing Logs
- Access the web interface at LogHarbor Web
- Sign in with your account
- View your logs organized by process
- Use features like:
- Real-time log streaming
- Error highlighting
- Search functionality
- Process grouping
- Pagination controls
5. Mobile Access (Coming Soon)
LogHarbor is developing mobile apps for both iOS and Android platforms, which will offer:
- Real-time alerts
- Quick log search
- Performance dashboards
- Offline access
Stay Tuned!
Our mobile apps are currently in development. Sign up for our newsletter to be notified when they're available.
Key Features
Real-time Processing
Instant visibility into your application logs
Advanced Analytics
Powerful search and analysis tools
Cross-platform Support
Works on Windows, macOS, and Linux
Error Detection
Automatic highlighting of error logs