Add JSON packet recording option to native

This commit is contained in:
Jonathan Bennett
2025-12-10 19:42:50 -06:00
parent cc4c41167c
commit 22a74940c3
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: