Merge r.9498 from maint-rel-1.4
This commit is contained in:
parent
0bb104a4b2
commit
789ebe105a
1 changed files with 9 additions and 4 deletions
|
@ -25,11 +25,14 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Stack trace</strong> (full trace available in the vivo log): ${stackTrace}
|
<strong>Stack trace</strong> (full trace available in the vivo log):
|
||||||
|
<pre>${stackTrace}</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<#if cause?has_content>
|
<#if cause?has_content>
|
||||||
<p><strong>Caused by:</strong> ${cause}</p>
|
<p><strong>Caused by:</strong>
|
||||||
|
<pre>${cause}</pre>
|
||||||
|
</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -43,10 +46,12 @@ Requested url: ${requestedUrl}
|
||||||
|
|
||||||
Error message: ${errorMessage}
|
Error message: ${errorMessage}
|
||||||
|
|
||||||
Stack trace (full trace available in the vivo log): ${stackTrace}
|
Stack trace (full trace available in the vivo log):
|
||||||
|
${stackTrace}
|
||||||
|
|
||||||
<#if cause?has_content>
|
<#if cause?has_content>
|
||||||
Caused by: ${cause}
|
Caused by:
|
||||||
|
${cause}
|
||||||
</#if>
|
</#if>
|
||||||
</#assign>
|
</#assign>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue