Skip to content
Snippets Groups Projects
Commit 94500ebd authored by Kipp Cannon's avatar Kipp Cannon
Browse files

lvalert_background_plotter: default to --verbose when run online

parent 29bdd381
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,11 @@ def parse_command_line():
options, gid_list = parser.parse_args()
if not gid_list:
# FIXME: lvalert_listen doesn't allow command-line
# options, enable logging for online analysis
options.verbose = True
# can only call basicConfig once (otherwise need to switch to more
# complex logging configuration)
if options.verbose:
......
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