user:sync --quiet
should log errors to the console
#31310
Labels
Milestone
user:sync --quiet
should log errors to the console
#31310
When syncing 100k users from ldap on the CLI the admin should see some feedback when a user property could not be mapped (eg the email could not be determined). Currently we only log this to the logfile.
It should also produce output on the CLI so that running the sync command with
--quiet
in a cron job can be used to notify the admin via email when there is a problem. Cron won't send an email if the output wis empty, which is why--quiet
is important to work correctly.The text was updated successfully, but these errors were encountered: