Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

Remove unnecessary log message #468

Closed dotchev closed 4 years ago

dotchev commented 4 years ago

When listing objects different from brokers or platforms we get many messages like these in the log

Mar 18, 2020 @ 09:33:37.786 service-manager-new 21f21e3f-b7e2-446e-5b32-a7322d4dfecb    DEBUG   api/base_controller.go:502  Object of type /v1/service_plans with id 0cfba1f9-71fb-4389-831a-e55dd781dbbf is not secured, so no credentials are cleaned up on response
Mar 18, 2020 @ 09:33:37.786 service-manager-new 21f21e3f-b7e2-446e-5b32-a7322d4dfecb    DEBUG   api/base_controller.go:502  Object of type /v1/service_plans with id 74441f5b-44c5-4b99-97ee-8ae04ab77edd is not secured, so no credentials are cleaned up on response
Mar 18, 2020 @ 09:33:37.786 service-manager-new 21f21e3f-b7e2-446e-5b32-a7322d4dfecb    DEBUG   api/base_controller.go:502  Object of type /v1/service_plans with id 1e63178a-356d-42ee-bd91-c2f29efda262 is not secured, so no credentials are cleaned up on response
Mar 18, 2020 @ 09:33:37.786 service-manager-new 21f21e3f-b7e2-446e-5b32-a7322d4dfecb    DEBUG   api/base_controller.go:502  Object of type /v1/service_plans with id 89feb0a4-8c22-42b3-b640-1628c7cb034a is not secured, so no credentials are cleaned up on response

Remove these

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.009%) to 87.079% when pulling 742d31e6bcd4adb27eb328cb76fd9d597a497945 on less-logs-sanitize into 2e495ee0fae2c834f0c043910ba3a351d4812441 on master.