diff --git a/get-started/get-help.md b/get-started/get-help.md index 33689a3eb..e60fb588e 100644 --- a/get-started/get-help.md +++ b/get-started/get-help.md @@ -632,6 +632,10 @@ MTX uses **four parallel workers** by default to perform tenant upgrades. If you 4. **Increase the number of MTX sidecars (scale out)**: To compensate for eventual performance losses from **3.**, distribute the work across multiple sidecars. +### How do I get detailed SAP HANA deployment logs + +The deployment logs are part of the [application logs](#cflogs-recent). To avoid problems with the logging infrastructure, the default detail level of the deployment logs is limited to logs printed to `stderr`. To get more details, you need to increase the log level by setting the environment variable `DEBUG=deploy`. + ### Why do I get 'Extensions exist, but extensibility is disabled'? This message indicates that extensions exist, but the application is not configured for extensibility. To avoid accidental data loss from removing existing extensions from the database, the upgrade is blocked.