stricter log
This commit is contained in:
parent
b30971598e
commit
3f2466b09c
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => {
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.error(e)
|
logger.error(e)
|
||||||
|
logger.info(JSON.stringify(e))
|
||||||
if (e.message === 'NOT_AUTH') {
|
if (e.message === 'NOT_AUTH') {
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue