gyptazy / ProxLB

ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more!
https://proxlb.de
GNU General Public License v3.0
201 stars 9 forks source link

`Feature`: Make logging configurable #17

Closed DerbyKurby closed 3 months ago

DerbyKurby commented 3 months ago

It would be great if the logging could be defined in the config file instead of code editing

gyptazy commented 3 months ago

Hey @DerbyKurby,

Log Verbosity

With the new param log_verbosity which can be defined in the config file, the log verbosity can now be defined by using INFO, WARN or CRITICAL (default).

This is currently available in PR #19 and should be merged soon. It will take place with release 1.0.0.

Cheers, gyptazy

DerbyKurby commented 3 months ago

thx