Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 25, 2019
1 parent c666862 commit 3c34d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ def get_servers(self):

except Exception as e:
self.logger.exception("Could not transform to thrift_server: {}".format(e))
self.logger.info("Converted {} servers to thrift_server objects".format(len(server_list)))
# self.logger.info(server_list)
return server_list

Expand Down

0 comments on commit 3c34d02

Please sign in to comment.