refactor: change log level to INFO

This commit is contained in:
Александр Степченко 2023-10-24 21:10:53 +03:00
parent ffbbf62c7c
commit a7c3c7a896

View File

@ -15,7 +15,7 @@ urllib3.disable_warnings()
FORMAT = "%(asctime)s %(name)s %(levelname)s %(message)s" FORMAT = "%(asctime)s %(name)s %(levelname)s %(message)s"
logging.basicConfig(format=FORMAT) logging.basicConfig(format=FORMAT)
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG) logger.setLevel(logging.INFO)
PROXMOX_HOST = 'pve.office.basealt.ru' PROXMOX_HOST = 'pve.office.basealt.ru'