1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Logger and deploy config changes

This commit is contained in:
Tlams 2018-02-08 19:40:36 +00:00
parent 530e01ccc6
commit ee394b0a20

View file

@ -25,7 +25,7 @@ redis_password:
redis_ip: 192.168.0.138
redis_port: 6379
[options]
[deploy]
; Maximum deploy instance in same time
; A hight value my do overcharge on your physicals servers
concurrencydeploy: 2
@ -35,8 +35,21 @@ concurrencydeploy: 2
; A low delay my do overcharge on your physicals servers
delayrounddeploy: 15
[walker]
; Delay in secondes between to data crawl
walker: 300
; walker lock file
walker_lock: /tmp/hyperproxmoxwalker.lock
walker_lock: /tmp/hyperproxmoxwalker.lock
[logger]
; Active or not(True/False)
debug = True
; debug level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
debug_level = 5
; log output
log_file = /var/log/hyperproxmox/errors.log