Skip to content

Commit

Permalink
Add log informing about monitoring setup result
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jul 5, 2024
1 parent b02147a commit 173a536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monitoring/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ async function setup(): Promise<SystemEventManager> {
}

setup().then((manager) => {
// eslint-disable-next-line no-console
console.log("setup completed; triggering monitoring manager")

manager.trigger().then((report) => {
// eslint-disable-next-line default-case
switch (report.status) {
Expand Down

0 comments on commit 173a536

Please sign in to comment.