diff --git a/rsconnect/api.py b/rsconnect/api.py index 6d29eb9d..adf01b3e 100644 --- a/rsconnect/api.py +++ b/rsconnect/api.py @@ -354,8 +354,8 @@ def app_access(self, app_guid: str) -> None: if self.is_app_failed_response(response): raise RSConnectException( "Could not access the deployed content. " - + "The app might not have started successfully. " - + "Visit it in Connect to view the logs." + + "The app might not have started successfully." + + f"\n\t For more information: {self.app_config(app_guid).get('logs_url')}" ) def bundle_download(self, content_guid: str, bundle_id: str) -> HTTPResponse: