mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 19:26:36 +00:00
update logging
This commit is contained in:
@@ -83,7 +83,7 @@ export const startRemoteExitNodeOfflineChecker = (): void => {
|
|||||||
}
|
}
|
||||||
}, OFFLINE_CHECK_INTERVAL);
|
}, OFFLINE_CHECK_INTERVAL);
|
||||||
|
|
||||||
logger.info("Started offline checker interval");
|
logger.debug("Started offline checker interval");
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export const startOlmOfflineChecker = (): void => {
|
|||||||
}
|
}
|
||||||
}, OFFLINE_CHECK_INTERVAL);
|
}, OFFLINE_CHECK_INTERVAL);
|
||||||
|
|
||||||
logger.info("Started offline checker interval");
|
logger.debug("Started offline checker interval");
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user