Skip to content

Commit

Permalink
Add snapshot_from to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 16, 2024
1 parent 1204495 commit e62d87a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/schains/monitor/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,13 @@ def skaled_container(
start_ts: Optional[int] = None,
abort_on_exit: bool = True,
) -> bool:
snapshot_from = self.ncli_status.snapshot_from if self.ncli_status else None
logger.info(
'Starting skaled container watchman snapshot: %s, start_ts: %s',
'Starting skaled container watchman snapshot: %s, start_ts: %s, snapshot_from: %s',
download_snapshot,
start_ts
start_ts,
snapshot_from
)
snapshot_from = self.ncli_status.snapshot_from if self.ncli_status else None
monitor_schain_container(
self.schain,
schain_record=self.schain_record,
Expand Down

0 comments on commit e62d87a

Please sign in to comment.