Refine log messages

This commit is contained in:
Alexander Zobnin
2020-08-25 13:36:36 +03:00
parent 804cc1cac6
commit d6b8992433
3 changed files with 8 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ func (ds *ZabbixDatasource) CheckHealth(ctx context.Context, req *backend.CheckH
if err != nil {
res.Status = backend.HealthStatusError
res.Message = err.Error()
ds.logger.Error("Error connecting zabbix", "err", err)
ds.logger.Error("Error connecting Zabbix server", "err", err)
return res, nil
}