adding --quiet and --verbose options to top-level help info; pass
quiet arg to setup_logging function
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 2dd72f7366]
This commit is contained in:
committed by
Karl W. Schulz
parent
975c2dad8b
commit
9e06bcb624
@@ -72,7 +72,7 @@ class Omniperf:
|
||||
|
||||
self.set_version()
|
||||
self.parse_args()
|
||||
self.__loglevel = setup_logging(self.__args.verbose)
|
||||
self.__loglevel = setup_logging(self.__args.verbose,self.__args.quiet)
|
||||
setattr(self.__args, "loglevel", self.__loglevel)
|
||||
self.__mode = self.__args.mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user