Logging
This commit is contained in:
parent
808c06027f
commit
de68a724c0
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ module.exports = (
|
|||
|
||||
const waitUntilFileExists = seconds => {
|
||||
logger.info(
|
||||
`Waiting for admin.macaroon to be created. Seconds passed: ${seconds}`
|
||||
`Waiting for admin.macaroon to be created. Seconds passed: ${seconds} Path: ${LightningServices.servicesConfig.macaroonPath}`
|
||||
);
|
||||
setTimeout(async () => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue