Add tracing of rest set calls

This commit is contained in:
Alfredo Cardigliano 2020-08-13 16:08:25 +02:00
parent d8481b5b06
commit 628bdd8994
5 changed files with 30 additions and 0 deletions

View file

@ -37,5 +37,8 @@ end
setHostAltName(host_info["host"], custom_name)
-- TRACKER HOOK
tracker.log('set_host_alias', { host = hostinfo2hostkey(host_info), custom_name = custom_name })
print(rest_utils.rc(rc, res))