Why HueLogs?
Setting up a logging dashboard at the initial stages of your project saves you the hassle of integrating complex log aggregators later. HueLogs provides a minimal and quick log monitoring setup perfect for small-scale projects and early-stage development.
⚡ Quick Setup
Get up and running in minutes with Docker Compose
🎯 Minimal
No unnecessary complexity, just clean log monitoring
🔧 Flexible
Send logs via API or use client libraries
Screenshots
How to Run
- Clone the repository and navigate to the project directory
- Run the application using Docker Compose:
docker compose up --build
- Open your browser and navigate to:
http://127.0.0.1:5000/
How to Send Logs
HueLogs supports multiple ways to send logs to your dashboard. Choose the method that best fits your workflow:
1️⃣ Using CURL
Send logs directly via HTTP POST request:
2️⃣ Python Client Package
Use the official Python client for seamless integration:
Package repository: hue_logger_py_client