Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
add log line to differentiate between reconnections and startups
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny committed Feb 20, 2020
1 parent 03f2d03 commit 7994db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runners/order_watcher_service_runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ process.on('unhandledRejection', err => {
*/
export async function runOrderWatcherServiceAsync(connection: Connection, meshClient: WSClient): Promise<void> {
const orderWatcherService = new OrderWatcherService(connection, meshClient);
logger.info(`OrderWatcherService starting up!`);
await orderWatcherService.syncOrderbookAsync();
}

0 comments on commit 7994db4

Please sign in to comment.