Enable Notifications

Get notified about new logs and process updates.

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

  1. Create an account at LogHarbor Web Interface
  2. Run the login command:
logharbor login
  1. Your browser will open automatically to generate a connector token
  2. 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

  1. Access the web interface at LogHarbor Web
  2. Sign in with your account
  3. View your logs organized by process
  4. 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