cyberark-conjur-cli icon indicating copy to clipboard operation
cyberark-conjur-cli copied to clipboard

CLI reads debug from a file

Open sigalsax opened this issue 4 years ago • 0 comments

Currently the debug flag prints debug logs as the user is current interacting with the CLI For example:

2020-12-22 09:49:33,145 DEBUG: Initiating a TLS Connection with 'https://localhost'
2020-12-22 09:49:33,156 DEBUG: TLS Connection established. Fetching certificate from Conjur server...
2020-12-22 09:49:33,157 DEBUG: Certificates were fetched successfully

The server's certificate SHA-1 fingerprint is:
AD:49:D5:C9:4C:FD:22:F1:52:96:5D:6C:62:0B:01:DA:83:D8:A5:B2

It would be cleaner if at the end of all the actions just the logs would be printed if a user runs in -d mode

sigalsax avatar Dec 22 '20 07:12 sigalsax