ethersphere / bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
https://www.ethswarm.org
BSD 3-Clause "New" or "Revised" License
1.44k stars 338 forks source link

Add logs that clearly states that db operation is finished and sleep started if --sleep-after is specified #4668

Closed vandot closed 1 month ago

vandot commented 1 month ago

Context

Summary

Expected behavior

When db related operation is finished clearly log that it is finished. If --sleep-after is specified clearly log that sleep operation has started with time specified inside the command

Actual behavior

db operation is finished and sleep starts but you can only be sure because CPU consumtion is down

Steps to reproduce

Issue any db related operation and wait for it to finish, specified logs will be missing

Possible solution

Add logs