The iControl Rest library logs anything and everything that passes through, as seen at the line above. This can be useful information, however if sensitive information such as custom ssl profiles are uploaded to the BIG-IP, the data is logged at the debug level. There should likely be some sort of filter or redacted text in the case of sensitive data being sent to the BIG-IP via iControl Rest.
https://github.com/F5Networks/f5-icontrol-rest-python/blob/v1.3.0/icontrol/session.py#L255
The iControl Rest library logs anything and everything that passes through, as seen at the line above. This can be useful information, however if sensitive information such as custom ssl profiles are uploaded to the BIG-IP, the data is logged at the debug level. There should likely be some sort of filter or redacted text in the case of sensitive data being sent to the BIG-IP via iControl Rest.