zuul/zuul/merger
James E. Blair cdaa86d78b Stop logging refs set
We currently emit a debug log line for each ref that we set when
preparing a repo for a job.  This might be an enormous number of
very boring log lines for large repos.  Since we now store this
information in a file accessible to the job (which can be saved
with the job logs), this information is now accessible for debug
purposes that way.

Instead, just log how many refs we intend to set (so that if there
are a lot, we know what the executor/merger is doing) and log any
missing objects.

Change-Id: Iebc52cbc4aa4fb778b371f90343e53ece6fa3699
2024-06-10 08:00:52 -07:00
..
__init__.py Split the merger into a separate process 2014-02-17 11:47:15 -08:00
client.py Finish circular dependency refactor 2024-02-09 07:39:40 -08:00
merger.py Stop logging refs set 2024-06-10 08:00:52 -07:00
server.py Finish circular dependency refactor 2024-02-09 07:39:40 -08:00