Projects & settings
Every project has its own settings area — reachable from the sidebar under Settings.
Select a project from the header switcher, then expand Settings in the sidebar. Each section is a dedicated page (no tabs) so you can bookmark or share links.
Overview
Live stats for the project: total logs, counts by type (info, warning, error), last log time, and project metadata. Use Open analytics for charts and leaderboards.
Analytics
Volume charts (24h / 7d / 30d), error rate, top sources and messages, retention vs archive breakdown, deploy markers, environment comparison (via SDK environment tag), and ingest volume forecasting.
General
Edit the display name and optional description. Saving updates how the project appears in the switcher and headers. Note: some save actions may still be simulated in development builds — check your deployment for persisted behavior.
Team
See everyone with access and add members by email. New members must already have a LoggerMan account (same email as their Clerk sign-in). Removing a member revokes their access immediately for that project.
See the dedicated Team access guide for invitation workflow details.
API keys
Your project's Bearer token authenticates all log ingest and programmatic read requests. You can:
- Show or hide the token in the UI
- Copy it to clipboard
- Regenerate — invalidates the old token everywhere; update every integration immediately
Token hygiene
Integration
The fastest way to wire LoggerMan: install @marvink02/loggerman-sdk or copy the single-file logger, plus environment variables and usage samples. Adjust API base URLwhen your app cannot use the browser's current origin (tunnels, microservices, mobile backends).
Use Send test log to verify credentials before deploying application code.
Danger zone
Destructive actions require explicit confirmation:
- Delete all logs — type
delete logsto confirm. Removes every log row for the project. - Delete project — type the exact project name. Removes the project, settings, members association, and logs.
Creating another project
Use New projectin the sidebar footer. After creation you are redirected to the new project's overview. The project switcher lists all projects you belong to.