Apart form defining the log groups: Do I have to set the follwing in my "LocalSettings.php" file, e.g.:
error_reporting( -1 ); ini_set( 'display_errors', 1 );
The reason I am asking is that I would not like to expose anything that is logged to the visitor's attention but still log the issues they create. So I would like to avoid such a setting as shown above.