Skip to content

Commit

Permalink
add log to adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 19, 2023
1 parent 7e485e0 commit affbc11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/adapter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ async function main() {


const datapoints = await traceSignIns(signIns, false)

console.log('[WRITE] writing datapoints to disk');
await writeToDisk({data: datapoints})
console.log('[WRITE] done.');

}

Expand Down

0 comments on commit affbc11

Please sign in to comment.