added startup and shutdown separators

This commit is contained in:
pippellia-btc
2025-06-17 12:28:12 +02:00
parent e963855f6f
commit 68362c0a6b
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ func main() {
defer cancel()
go pipe.HandleSignals(cancel)
log.Printf("---------starting up the crawler --------")
defer log.Printf("-----------------------------------------")
config, err := config.Load()
if err != nil {
panic(err)

View File

@@ -29,6 +29,9 @@ func main() {
defer cancel()
go pipe.HandleSignals(cancel)
log.Printf("---------starting up the crawler --------")
defer log.Printf("-----------------------------------------")
config, err := config.Load()
if err != nil {
panic(err)