better logging
This commit is contained in:
parent
35928aa54d
commit
f66b60be2c
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
||||||
stream.on('data', onData)
|
stream.on('data', onData)
|
||||||
|
|
||||||
stream.on('status', (/** @type {any} */ status) => {
|
stream.on('status', (/** @type {any} */ status) => {
|
||||||
logger.info(`Post tip, post: ${postID}, invoice status: ${status}`)
|
logger.info(`Post tip, post: ${postID}, invoice status:`, status)
|
||||||
})
|
})
|
||||||
stream.on('end', () => {
|
stream.on('end', () => {
|
||||||
logger.warn(`Post tip, post: ${postID}, invoice stream ended`)
|
logger.warn(`Post tip, post: ${postID}, invoice stream ended`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue