Add JSON packet recording option to native (#8930)

This commit is contained in:
Jonathan Bennett
2025-12-12 18:30:43 -06:00
committed by GitHub
parent 5d5819b876
commit b74238194b
4 changed files with 75 additions and 0 deletions

View File

@@ -184,6 +184,8 @@ Input:
Logging:
LogLevel: info # debug, info, warn, error
# TraceFile: /var/log/meshtasticd.json
# JSONFile: /packets.json # File location for JSON output of decoded packets
# JSONFilter: position # filter for packets to save to JSON file
# AsciiLogs: true # default if not specified is !isatty() on stdout
Webserver: