kaisero / fireREST

Python library for interacting with Cisco Firepower Management Center REST API
GNU General Public License v3.0
70 stars 49 forks source link

Enhance logging capabilities #17

Closed kaisero closed 4 years ago

kaisero commented 4 years ago

API calls are currently poorly logged with not enough details. The implementation should be changed to include a built-in default logger with an additional loglevel (TRACE) to also include exceptions into logs.

log_request should automatically include the action type and all passed params which are being stitched to the url within the respective api calls