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."
|
help="Output debug/verbose info to the console for troubleshooting."
|
||||||
)
|
)
|
||||||
opts, args = parser.parse_args(sys.argv[1:])
|
opts, args = parser.parse_args(sys.argv[1:])
|
||||||
|
|
||||||
if opts.debug:
|
if opts.debug:
|
||||||
logger = build_logger(logging.DEBUG)
|
logger = build_logger(logging.DEBUG)
|
||||||
else:
|
else:
|
||||||
logger = build_logger(logging.INFO)
|
logger = build_logger(logging.INFO)
|
||||||
print(pykmip_client_config_file)
|
|
||||||
client = client.ProxyKmipClient(config_file=pykmip_client_config_file)
|
client = client.ProxyKmipClient(config_file=pykmip_client_config_file)
|
||||||
client.open()
|
client.open()
|
||||||
#print(encrypt(client, "test"))
|
#print(encrypt(client, "test"))
|
||||||
|
|||||||
Reference in New Issue
Block a user