add the header.xlang in log to understand why sometimes some request was not in appropriate language
This commit is contained in:
parent
4b78f52e8c
commit
e29926e109
@ -106,7 +106,7 @@ const checkHeaders = (req, res, next) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!conf.api.languages.includes(header.xlang)) {
|
if (!conf.api.languages.includes(header.xlang)) {
|
||||||
const info=`warning language requested _${header.xlang}_ does not exist force to english`;
|
const info=`warning language requested _${header.xlang}_ does not exist force to english, requested with ${req.method} - ${req.headers.host} ${req.originalUrl}`;
|
||||||
console.log(currentmod, info);
|
console.log(currentmod, info);
|
||||||
//console.log(Date.now(),currentmod, req.header("xtribe"),info);
|
//console.log(Date.now(),currentmod, req.header("xtribe"),info);
|
||||||
header.xlang = "en";
|
header.xlang = "en";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user