Skip to content

Log the service states every time there's an alert, instead of on int…#8

Open
dotanrs wants to merge 1 commit into
masterfrom
log-state-on-change
Open

Log the service states every time there's an alert, instead of on int…#8
dotanrs wants to merge 1 commit into
masterfrom
log-state-on-change

Conversation

@dotanrs
Copy link
Copy Markdown
Contributor

@dotanrs dotanrs commented Nov 29, 2020

…erval

Comment thread src/Checker.js
};

if (this._hasAlerts(alerts)) {
getLogger().debug('An alert was created', { ...serviceDeployStates });
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you see debug messages? We're not filtering them?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me they're on by default in DDG. But even if not, these logs are really just for debugging so you can just turn them on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants