ikzelf / zbxdb

Zabbix database monitoring, the easy and extendable way
GNU General Public License v3.0
94 stars 45 forks source link

Unified logging #29

Closed kakoni closed 4 years ago

kakoni commented 4 years ago

zbxdb.py uses python logger class, whereas zbxdb_sender.py has internal mechanism (print to file thats in $home/log)

Perhaps zbxdb_sender.py should also use logger?

ikzelf commented 4 years ago

yes, thanks for the feedback again. That is a good idea. I just added logger.