how to enable drupal errors to show on webiste encounted error page
if you can't login anymore to access the recent log messages as described in the accepted answer.
Open the file /sites/default/settings.php with an editor or ftp client and add this line:
$config['system.logging']['error_level'] = 'verbose';