Commit 97d1642b authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

log service_api_descriptions

parent 4dcdb54e
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -294,8 +294,10 @@ class PublishServiceOperations(Resource):
                              service_api_id,
                              service_api_decription_old,
                              service_api_description_new):
        current_app.logger.debug(json.dumps(service_api_status_event_old, indent=4))
        service_api_status_event_old = self.service_api_availability_event(
            service_api_decription_old)
        current_app.logger.debug(json.dumps(service_api_status_event_new, indent=4))
        service_api_status_event_new = self.service_api_availability_event(
            service_api_decription_old)