Add logging for all non-get REST calls (fix #4279)

This commit is contained in:
Alfredo Cardigliano 2020-08-14 12:02:09 +02:00
parent 83d16879df
commit 1160066b08
6 changed files with 52 additions and 4 deletions

View file

@ -10,3 +10,4 @@ local host_pools = require "host_pools"
local pools_rest_utils = require "pools_rest_utils"
pools_rest_utils.bind_member(host_pools)