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

Log file details and features #23

Open
antwal opened this issue Jun 4, 2021 · 1 comment
Open

Log file details and features #23

antwal opened this issue Jun 4, 2021 · 1 comment

Comments

@antwal
Copy link

antwal commented Jun 4, 2021

Hi,

is it possible to add "month and year" to the log file, as shown in the example?

> cat gitmoo.log | grep "Processed: "                                                                                                                                                                                                                                          
2021/06/04 13:33:04 Year: 2021, Month: May, Processed: 412, Downloaded: 402, Errors: 0, Total Size: 2.3 GB

also in the log there are differences between the "processed" and the "downloaded" is it possible to know what is not downloaded?

> cat gitmoo.log | grep "Processed: "
2021/06/04 13:16:55 Processed: 50, Downloaded: 40, Errors: 0, Total Size: 211 MB
2021/06/04 13:19:11 Processed: 100, Downloaded: 90, Errors: 0, Total Size: 528 MB
2021/06/04 13:20:22 Processed: 116, Downloaded: 106, Errors: 0, Total Size: 615 MB
2021/06/04 13:22:23 Processed: 166, Downloaded: 156, Errors: 0, Total Size: 882 MB
2021/06/04 13:24:19 Processed: 216, Downloaded: 206, Errors: 0, Total Size: 1.1 GB
2021/06/04 13:26:17 Processed: 266, Downloaded: 256, Errors: 0, Total Size: 1.4 GB
2021/06/04 13:28:39 Processed: 316, Downloaded: 306, Errors: 0, Total Size: 1.7 GB
2021/06/04 13:30:53 Processed: 366, Downloaded: 356, Errors: 0, Total Size: 2.0 GB
2021/06/04 13:33:04 Processed: 412, Downloaded: 402, Errors: 0, Total Size: 2.3 GB
2021/06/04 13:34:23 Processed: 438, Downloaded: 428, Errors: 0, Total Size: 2.4 GB
2021/06/04 13:36:09 Processed: 465, Downloaded: 455, Errors: 0, Total Size: 2.6 GB
2021/06/04 13:37:37 Processed: 492, Downloaded: 482, Errors: 0, Total Size: 2.8 GB
2021/06/04 13:39:17 Processed: 521, Downloaded: 510, Errors: 0, Total Size: 3.0 GB
2021/06/04 14:26:01 Processed: 522, Downloaded: 2, Errors: 0, Total Size: 8.4 MB
2021/06/04 14:27:37 Processed: 555, Downloaded: 35, Errors: 0, Total Size: 189 MB
2021/06/04 14:29:14 Processed: 580, Downloaded: 59, Errors: 0, Total Size: 368 MB
2021/06/04 14:30:50 Processed: 612, Downloaded: 91, Errors: 0, Total Size: 549 MB
2021/06/04 14:32:48 Processed: 662, Downloaded: 141, Errors: 0, Total Size: 811 MB
2021/06/04 14:34:31 Processed: 694, Downloaded: 173, Errors: 0, Total Size: 1.0 GB
2021/06/04 14:35:58 Processed: 720, Downloaded: 199, Errors: 0, Total Size: 1.2 GB
2021/06/04 14:37:38 Processed: 746, Downloaded: 225, Errors: 0, Total Size: 1.4 GB
2021/06/04 14:39:15 Processed: 772, Downloaded: 251, Errors: 0, Total Size: 1.5 GB
2021/06/04 14:41:05 Processed: 807, Downloaded: 286, Errors: 0, Total Size: 1.8 GB
2021/06/04 14:43:15 Processed: 857, Downloaded: 336, Errors: 0, Total Size: 2.1 GB
2021/06/04 14:45:18 Processed: 907, Downloaded: 386, Errors: 0, Total Size: 2.3 GB
2021/06/04 14:47:27 Processed: 957, Downloaded: 436, Errors: 0, Total Size: 2.6 GB

Thanks.

@carsonreinke
Copy link
Contributor

@antwal so outputting Year/Month would really not work, since these are global metrics instead of specific folders. This is especially true since the folder name can be changed with -folder-format.

I think adding a "Skipped" metric would be a good idea.

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

2 participants