removal print of secrets file path
This commit is contained in:
@@ -368,11 +368,12 @@ if __name__ == "__main__":
|
||||
help="Output debug/verbose info to the console for troubleshooting."
|
||||
)
|
||||
opts, args = parser.parse_args(sys.argv[1:])
|
||||
|
||||
if opts.debug:
|
||||
logger = build_logger(logging.DEBUG)
|
||||
else:
|
||||
logger = build_logger(logging.INFO)
|
||||
print(pykmip_client_config_file)
|
||||
|
||||
client = client.ProxyKmipClient(config_file=pykmip_client_config_file)
|
||||
client.open()
|
||||
#print(encrypt(client, "test"))
|
||||
|
||||
Reference in New Issue
Block a user