mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add unconditional logging for approved_at
This commit is contained in:
parent
697c0b1f5b
commit
0c253326df
@ -111,6 +111,11 @@ class Reviews:
|
||||
"here's debug info about reviews: %s",
|
||||
"\n".join(pformat(review) for review in self.reviews.values()),
|
||||
)
|
||||
else:
|
||||
logging.info(
|
||||
"The PR is approved at %s",
|
||||
approved_at.isoformat(),
|
||||
)
|
||||
|
||||
if approved_at < last_changed:
|
||||
logging.info(
|
||||
|
Loading…
Reference in New Issue
Block a user