I am using the git-maintenance feature.
It is hopefully working well, but I would like to be able to check logs to make sure of that. Are there any such logs? Where?
I'm particularly interested in the answer for macOS. I have checked the .plist
config files, but they do not mention any log files. I have searched in the console
app, but found nothing.
Looking at the source code, it doesn't seem like
maintenance
is doing any logging of its own. Instead, it delegates work to the existing functions ingc.c
.From the initial commit
2057d750
(Sep 17, 2020):The functionality of
git-maintenance
is indeed implemented ingc.c
as a series of functions whose names start withmaintenance_
.