shayonj / pg_easy_replicate

Easily setup logical replication and switchover to new database with minimal downtime
MIT License
948 stars 18 forks source link

minor logging updates for confirmation of task completion #182

Closed annadowling closed 2 weeks ago

annadowling commented 2 weeks ago

Small PR to add more logging to key areas to indicate successful completion. Currently its tricky to know if its succeeded or not unless you compare to the codebase to check the ordering.

PR adds more logging to start_sync, bootstrap, stop_sync around successful execution.