mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
specify logging level from CLI
This commit is contained in:
@@ -9,8 +9,6 @@ from requests.exceptions import (InvalidSchema, InvalidURL, MissingSchema,
|
||||
|
||||
from ate.exception import ParamsError
|
||||
|
||||
log_level = getattr(logging, "INFO")
|
||||
logging.basicConfig(level=log_level)
|
||||
absolute_http_url_regexp = re.compile(r"^https?://", re.I)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user