Is your feature request related to a problem?
Currently, syncing multiple folder lead a log like the following:
sync Sync started on: ../foo <-> /src/projects/foo
sync Waiting for initial sync to complete
sync Sync started on: ../bar <-> /projects/bar
sync Waiting for initial sync to complete
sync Sync started on: ../baz <-> /projects/baz
sync Waiting for initial sync to complete
sync Initial sync completed
sync Sync started on: ../qux <-> /projects/qux
sync Waiting for initial sync to complete
sync Initial sync completed
sync Initial sync completed
sync Initial sync completed
When sync is taking a long time to complete, is not clear which syncs are already completed because the "Initial sync completed" is given without context
Which solution do you suggest?
Repeat at least the folder name after the "Initial sync completed", as an example:
Initial sync completed for /projects/qux
Is your feature request related to a problem?
Currently, syncing multiple folder lead a log like the following:
When sync is taking a long time to complete, is not clear which syncs are already completed because the "Initial sync completed" is given without context
Which solution do you suggest?
Repeat at least the folder name after the "Initial sync completed", as an example:
Initial sync completed for /projects/qux