Add support for LOG_DECODED_MESSAGES option to log all messages (disables --quiet).
This commit is contained in:
parent
6e3238d303
commit
a9ca260e76
5 changed files with 23 additions and 2 deletions
4
debian/config-template
vendored
4
debian/config-template
vendored
|
@ -115,5 +115,9 @@ JSON_INTERVAL=
|
|||
# Accuracy of receiver location to write to json state, one of "exact" / "approximate" / "none"
|
||||
JSON_LOCATION_ACCURACY=
|
||||
|
||||
# Set to yes to log all decoded messages
|
||||
# This can get large fast!
|
||||
LOG_DECODED_MESSAGES=
|
||||
|
||||
# Additional options that are passed to the Daemon.
|
||||
EXTRA_ARGS=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue