microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update message when downloading logs

mgreisen opened this issue · comments

Information

  • Onefuzz version: 8.8
  • OS: n/a

Provide detailed reproduction steps (if any)

  1. download the logs using the command "onefuzz debug logs get --job_id xxxx"

The statement that is returned to the console is:
"INFO:onefuzz:Downloading only the 1 most recent files"

It is unclear that is the most recent file for each task.

Using alternate phrasing easily clears this up by adding "for each task" to the end.

AB#165341

commented

There is no "most recent" anymore, since we should be downloading "all" logs by default

From what I understand, unless the --all flag is used only the --last n most recent logs are downloaded where n defaults to 1.

Edit: You're right about downloading "all" logs. In fact, it should be the only behavior rather than just the default behavior. See #3572.