Also log the snapshot in Show.
This commit is contained in:
parent
9ec3b1c07d
commit
a3a4ae8ca4
|
@ -78,6 +78,7 @@ pub async fn run() -> Result<()> {
|
||||||
(Some(snapshot), _) => snapshot,
|
(Some(snapshot), _) => snapshot,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
info!("Snapshot {snapshot:?}");
|
||||||
for group in GroupDataModel::get_all_by_snapshot(&db, &snapshot).await?
|
for group in GroupDataModel::get_all_by_snapshot(&db, &snapshot).await?
|
||||||
{
|
{
|
||||||
info!(
|
info!(
|
||||||
|
|
Loading…
Reference in New Issue