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
Add a notification when the export starts, warning the user he should not use the account while export is running (same for import)
When a migrator writes to $output, add the text to the notification if present and possible (Only for normal verbosity, adapt migrators to not be too chatty on this level).
If the notification has been closed, open a new one.
And ideally the output lines should also show on the data migration settings page.
Maybe we should use Psr\Log\LoggerInterface instead of Symfony\Component\Console\Output\OutputInterface for migrators to output data so that there are levels for warning and errors?
Not sure if we have those kind of notifications?
The text was updated successfully, but these errors were encountered: