-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
Eduard Mishkurov edited this page Jan 15, 2026
·
4 revisions
logme supports full configuration using a JSON file. This allows defining the entire logging topology without recompiling the application.
- Channel hierarchy
- Backends and their parameters
- Routing rules
- Error Channel
- Control server settings
- Log encryption
- Severity thresholds
A configuration file describes a tree of channels. Each channel may define:
- Name
- Parent channel
- Backends
- Routing rules
- Severity filters
The configuration can be loaded at startup or reloaded at runtime.
If no configuration file is provided, logme creates a default channel with predefined settings.
When a configuration file is used, the default channel may be explicitly defined or overridden.
logme — flexible runtime logging system
Home · Getting Started · Architecture · Output · Backends · Configuration
GitHub: https://github.com/efmsoft/logme