mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Protobuf definitions for the Meshtastic project
Add a LogLevel enum and rsyslog_level field to NetworkConfig to allow users to control which log messages are forwarded to the rsyslog server. Only messages at or above the configured severity level are sent. The LogLevel values (UNSET=0, TRACE=5, DEBUG=10, INFO=20, WARNING=30, ERROR=40, CRITICAL=50) match LogRecord.Level for consistency. Default behavior (UNSET) sends INFO and above, filtering out DEBUG messages to reduce syslog noise. Made-with: Cursor |
||
|---|---|---|
| .github | ||
| .vscode | ||
| meshtastic | ||
| packages | ||
| .gitattributes | ||
| .gitignore | ||
| buf.gen.yaml | ||
| buf.yaml | ||
| LICENSE | ||
| nanopb.proto | ||
| README.md | ||
| renovate.json | ||
Meshtastic Protobuf Definitions
Overview
The Protobuf message definitions for the Meshtastic project (used by apps and the device firmware).