Logwell
A self-managed logging platform for developers that supports real-time log streaming, full-text retrieval, OTLP access and event aggregation analysis.
Lazy cat OIDC login has been integrated. ##Functional characteristics - Real-time log stream: Supports continuous viewing of the latest logs through SSE, suitable for troubleshooting online problems in development environments and lightweight services. - Dual-channel logging access: Supports both the simple JSON API of `POST /v1/ingest` and the OTLP logging protocol of `POST /v1/logs`. - Full-text search and filtering: Support filtering logs by keywords, levels, and time range, and view log details. - Project isolation: Each project has an independent API Key, independent log stream, and independent retention policy. - Event aggregation: The error/fatal log will be fingerprint aggregated to generate an incident timeline to help locate duplicate errors. - Statistical analysis: Provide log total volume, level distribution and time series statistical pages, suitable for rapid observation of abnormal trends. ###Usage process 1. On the **Dashboard** page, click **Create Project** to create the first log item, for example, fill in the project name `shop-api`. 2. After the project is successfully created, click **View Logs** in the project card to enter the log page. 3. Copy the 'curl' example directly in the **Quick Start** block of the log page, or cut to the bottom **Settings** page to copy the API Key. 4. After sending the first log, keep the **Live* switch on the log page turned on to confirm that the new log will appear in the list immediately. 5. Use the bottom navigation to switch to **Stats**, **Incidents**, and **Settings** to continue viewing statistics, event aggregation, and project configuration.


