Closed peternhale closed 8 months ago
nit: is the WI in the description the right one?
nit: is the WI in the description the right one?
Not really, I can create another and update the PR
nit: is the WI in the description the right one?
Not really, I can create another and update the PR
@CristiCanizales corrected work item.
This PR add detailed elapsed time debug log data for most of the class methods in this module. The log records are typically enabled using debug log level, with a few methods that do a lot of string manipulation and tagged with debug log level trace.
This is an investigative step in trying to diagnose customer reported delays in commands not finishing (actually hanging) after the command in question has finished rendering the results, or commands that are taking an inordinately log time to run, such as test runs in a few seconds but command take 35 minutes to complete.
@W-15130974@
There should be no perceived change in running commands, however with log level set to debug or trace, the CLI log files will include elapsed time data gathered during command execution