Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert sensu_client_subscription Puppet::notice -> Puppet::debug #395

Merged
merged 1 commit into from
Aug 5, 2015

Conversation

jhoblitt
Copy link
Contributor

@jhoblitt jhoblitt commented Aug 4, 2015

The notice invocation was clearly intended debugging statement and it is
not helpful to have notices as in the example below appear the agent
log on every run:

==> master: Notice: is: ["sensu-server"], should: ["sensu-server"]
==> master: Notice: is: ["jenkins-master"], should: ["jenkins-master"]
==> master: Notice: is: ["base"], should: ["base"]
==> master: Notice: is: ["jenkins-slave"], should: ["jenkins-slave"]

The notice invocation was clearly intended debugging statement and it is
not helpful to have notices as in the example below appear the agent
log on every run:

    ==> master: Notice: is: ["sensu-server"], should: ["sensu-server"]
    ==> master: Notice: is: ["jenkins-master"], should: ["jenkins-master"]
    ==> master: Notice: is: ["base"], should: ["base"]
    ==> master: Notice: is: ["jenkins-slave"], should: ["jenkins-slave"]
@jlambert121
Copy link
Contributor

Thanks!

jlambert121 added a commit that referenced this pull request Aug 5, 2015
convert sensu_client_subscription Puppet::notice -> Puppet::debug
@jlambert121 jlambert121 merged commit b83232d into sensu:master Aug 5, 2015
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