github / github/gh-gei

Log sprawl improvements

Open
#120 7 comments 3 reactions 0 assignees View on GitHub
task tech debt
Dominant language
C#
Stars
478
Forks
146
Avg merge
7d 21h
Merged PRs (30d)
2

Description

After adding the verbose logging features, this tool can generate ALOT of logs when doing a batch migration.

There a few things we could consider to make the logs a bit less overwhelming and more useful:
1. Include the name of the command in the log file name (e.g. timestamp.create-team.octoshift.log)
2. If running a generated script that includes many commands, combine all the logs together into 2 files (timestamp.octoshift.log + timestamp.octoshift.verbose.log)
3. Put the logs in a logs/timestamp/*.log directory

We may not need to do everything above, but we should at least do some of it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.