зеркало из https://github.com/mozilla/fxa.git
fix(fxa-content-server): dump scopedKeys.validation at startup
This commit is contained in:
Родитель
111f8f6f2b
Коммит
f605802860
|
@ -252,6 +252,11 @@ function listen(theApp) {
|
|||
}
|
||||
if (isMain) {
|
||||
logger.info('Firefox Account Content server listening on port', port);
|
||||
logger.info(
|
||||
`Config scopedKeys.validation: ${JSON.stringify(
|
||||
config.get('scopedKeys.validation')
|
||||
)}`
|
||||
);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче