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>
|
||||
<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>
|
||||
|
||||
<#if cause?has_content>
|
||||
<p><strong>Caused by:</strong> ${cause}</p>
|
||||
<p><strong>Caused by:</strong>
|
||||
<pre>${cause}</pre>
|
||||
</p>
|
||||
</#if>
|
||||
|
||||
</body>
|
||||
|
@ -43,10 +46,12 @@ Requested url: ${requestedUrl}
|
|||
|
||||
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>
|
||||
Caused by: ${cause}
|
||||
Caused by:
|
||||
${cause}
|
||||
</#if>
|
||||
</#assign>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue