From afbb5e789a3a25ee875333785149559af5e89970 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 Feb 2022 15:47:08 +0100 Subject: move --log-level and --info to cli.py --- bin/analyze-archive.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bin/analyze-archive.py') diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py index 88b6802..fef8005 100755 --- a/bin/analyze-archive.py +++ b/bin/analyze-archive.py @@ -364,11 +364,6 @@ if __name__ == "__main__": formatter_class=argparse.RawDescriptionHelpFormatter, description=__doc__ ) dfatool.cli.add_standard_arguments(parser) - parser.add_argument( - "--info", - action="store_true", - help="Show state duration and (for each state and transition) number of measurements and parameter values)", - ) parser.add_argument( "--no-cache", action="store_true", help="Do not load cached measurement results" ) @@ -458,13 +453,6 @@ if __name__ == "__main__": "All other measurements (including those where it is None, that is, has not been set yet) are discarded. " "Note that this may remove entire function calls from the model.", ) - parser.add_argument( - "--log-level", - metavar="LEVEL", - choices=["debug", "info", "warning", "error"], - default="warning", - help="Set log level", - ) parser.add_argument( "--with-safe-functions", action="store_true", -- cgit v1.2.3