Improve JS error loggin

This commit is contained in:
Paulo Gustavo Veiga
2022-02-11 23:56:53 -08:00
parent 4f662acefe
commit 19ae88e93f
2 changed files with 10 additions and 30 deletions

View File

@@ -1,18 +0,0 @@
User Name: ${fullName} -
Email: ${email} -
Server: ${server} -
RequestURI: ${requestURI} -
Method: ${method} -
User Agent: ${userAgent} -
Remote Address: ${remoteAddress} -
#if($mapId)
Mindmap Id: ${mapId} -
#end
#if($mapTitle)
Mindmap Title: ${mapTitle} -
#end
${errorMsg}
#if($mapXML)
${mapXML}
#end