Enable telemetry logging for the command-line uploader by default.

pull/21/head
Mark Jessop 2020-12-30 11:35:35 +10:30
rodzic ab7323443b
commit 5c1b13d4a7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ def main():
parser.add_argument('-c', '--config', type=str, default='user.cfg', help="Configuration file to use. Default: user.cfg")
parser.add_argument("--noupload", action="store_true", default=False, help="Disable Habitat upload.")
parser.add_argument("--rtty", action="store_true", default=False, help="Expect only RTTY inputs, do not update payload lists.")
parser.add_argument("--log", type=str, default="none", help="Write decoded telemetry to this log file.")
parser.add_argument("--log", type=str, default="telemetry.log", help="Write decoded telemetry to this log file.")
parser.add_argument("--debuglog", type=str, default="horusb_debug.log", help="Write debug log to this file.")
parser.add_argument("--payload-list", type=str, default="payload_id_list.txt", help="List of known payload IDs.")
parser.add_argument("--custom-fields", type=str, default="custom_field_list.json", help="List of payload Custom Fields")