diff --git a/config/config.sample.php b/config/config.sample.php index f45e7dcc5e0f6..2382d3db24b8c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2235,6 +2235,11 @@ */ 'upgrade.cli-upgrade-link' => '', +/** + * Allows to modify the exception server logs documentation link in order to link to a different documentation + */ +'server_logs_documentation ' => '', + /** * Set this Nextcloud instance to debugging mode * diff --git a/core/templates/exception.php b/core/templates/exception.php index ee35510b26fa8..2ab461e4ebd69 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -25,6 +25,9 @@ function print_exception(Throwable $e, \OCP\IL10N $l): void {

t('The server was unable to complete your request.')) ?>

t('If this happens again, please send the technical details below to the server administrator.')) ?>

t('More details can be found in the server log.')) ?>

+ +

t('See this documentation how to retreive them.')) ?>

+

t('Technical details')) ?>