Skip to content
Snippets Groups Projects
Verified Commit 67bcc40e authored by David Hoese's avatar David Hoese
Browse files

Add debug flag to legacy db insert

parent e4d56f88
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ def main():
help='logging level',
choices=(['trace', 'debug', 'info', 'warn', 'error']))
parser.add_argument('--logfn', help='Log to rotating file')
parser.add_argument('--debug', action='store_true',
help='Don\'t submit records to the database, print them to stdout')
parser.add_argument('-s', '--station', dest='station', default='RIG Tower',
help='Name of station to use to determine symbols')
parser.add_argument('--ldmp', action='store_true',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment