Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Generate verbose reports of actions #231

Open
MarcosSueiro opened this issue Jun 16, 2022 · 3 comments
Open

CLI: Generate verbose reports of actions #231

MarcosSueiro opened this issue Jun 16, 2022 · 3 comments

Comments

@MarcosSueiro
Copy link

E.g. a report of results of trying to embed MD5, including errors

@dericed
Copy link
Collaborator

dericed commented Jun 16, 2022

I like this idea. Would you see this as a single document that stores the last x lines of operations? Or a log per session? In your case if you had such a log, what would you do with it? Just inspect it to audit past steps or store it?

@retokromer
Copy link

+1

In a little different context, we made good experiences with logs per session, which are processed during the final validation.

@MarcosSueiro
Copy link
Author

I think log per session. What prompted the request was that after trying to embed MD5 on a large set of files it was nice to see which ones may have issues. It would be good to have such a log to share. But also for any command.

I guess xml would be ideal, but perhaps text would suffice?

E.g.

  • Original command as typed
  • Timestamp start, end
  • Fail, success ratios
  • Results (reading problems, bad file structure....)
  • Verbose results per file (w timestamps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants