Skip to content

Commit

Permalink
Merge pull request ceph#27813 from ricardoasmarques/do-not-log-iscsi-…
Browse files Browse the repository at this point in the history
…get-requests

mgr/dashboard: iSCSI GET requests should not be logged

Reviewed-by: Tatjana Dehler <[email protected]>
  • Loading branch information
Lenz Grimmer authored May 8, 2019
2 parents 43119d9 + 93d74cf commit b9f4cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/services/iscsi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ def update_targetauth(self, target_iqn, action, request=None):

@RestClient.api_get('/api/targetinfo/{target_iqn}')
def get_targetinfo(self, target_iqn, request=None):
logger.debug("iSCSI: Getting targetinfo: %s", target_iqn)
# pylint: disable=unused-argument
return request()

0 comments on commit b9f4cb2

Please sign in to comment.