You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes, when there is an intermittent issue, I have to set up debug logs for 24h and hope that the issue occurs. Once I identify the approximate time at which the issue occurs, I then have to download and review many log files for that time period (say, 45m). This can take a long time downloading each log individually - the current alternative is to download the last (say) 1000 logs just to get the 100 I'm interested in.
Describe the solution you'd like
As a developer, I want to be able to download all the logs for a specified time period rather than downloading them one-by-one.
Describe alternatives you've considered
I've used sfdx force:apex:log:list to spit out the logs, then pasted the output into vscode and used the multiline editing feature to put together a script to dump the logs each into separate files one-by-one. This is quicker than downloading one-at-a-time, but is still more labour intensive than I'd like, especially getting the filename format correct such that the OS doesn't complain of invalid characters or non-existant directories.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes, when there is an intermittent issue, I have to set up debug logs for 24h and hope that the issue occurs. Once I identify the approximate time at which the issue occurs, I then have to download and review many log files for that time period (say, 45m). This can take a long time downloading each log individually - the current alternative is to download the last (say) 1000 logs just to get the 100 I'm interested in.
Describe the solution you'd like
As a developer, I want to be able to download all the logs for a specified time period rather than downloading them one-by-one.
Describe alternatives you've considered
I've used
sfdx force:apex:log:list
to spit out the logs, then pasted the output into vscode and used the multiline editing feature to put together a script to dump the logs each into separate files one-by-one. This is quicker than downloading one-at-a-time, but is still more labour intensive than I'd like, especially getting the filename format correct such that the OS doesn't complain of invalid characters or non-existant directories.The text was updated successfully, but these errors were encountered: