You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
When running large replication, the process takes quite a while. While running, it's a real black-box since there is no output at all. Could we support having some optional flag that outputs some kind of progress report? I guess easiest, we could support reading an environment variable like REPLICATION_VERBOSE or REPLICATION_DEBUG and if set to 1, we just print some debug information?
That way, this could be easily turned on CLI invocations only.
When running large replication, the process takes quite a while. While running, it's a real black-box since there is no output at all. Could we support having some optional flag that outputs some kind of progress report? I guess easiest, we could support reading an environment variable like REPLICATION_VERBOSE or REPLICATION_DEBUG and if set to 1, we just print some debug information?
That way, this could be easily turned on CLI invocations only.