If you need to log iControl queries on Big-IP platform, you can achieve that by setting database key by tmsh.
tmsh modify /sys db icontrol.loglevel value trace
tmsh restart /sys service httpd
Now you can see the queries in ltm logs.
If you need to log iControl queries on Big-IP platform, you can achieve that by setting database key by tmsh.
tmsh modify /sys db icontrol.loglevel value trace
tmsh restart /sys service httpd
Now you can see the queries in ltm logs.