ip logging for error reporting
This commit is contained in:
@@ -65,7 +65,14 @@ export default async function ApiProxy(req, res) {
|
||||
|
||||
queryUrl = queryUrl + getSelectQuery(appealTypeName);
|
||||
|
||||
console.log("///////////\nquery: ", queryUrl, "<<<<end query");
|
||||
console.log(
|
||||
"\n==========================================\n",
|
||||
"\ndetails query: ",
|
||||
queryUrl,
|
||||
"\n\n",
|
||||
"<<<<end query",
|
||||
"\n==========================================\n"
|
||||
);
|
||||
|
||||
return axios
|
||||
.get(
|
||||
|
||||
Reference in New Issue
Block a user