mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	lint: Rename --verbose to --verbose-timing.
This commit is contained in:
		@@ -80,7 +80,7 @@ def run():
 | 
			
		||||
 | 
			
		||||
    logging.basicConfig(format="%(asctime)s %(message)s")
 | 
			
		||||
    logger = logging.getLogger()
 | 
			
		||||
    if args.verbose:
 | 
			
		||||
    if args.verbose_timing:
 | 
			
		||||
        logger.setLevel(logging.INFO)
 | 
			
		||||
    else:
 | 
			
		||||
        logger.setLevel(logging.WARNING)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user