jenkinsci / nomad-plugin

Nomad cloud plugin for Jenkins
https://plugins.jenkins.io/nomad/
MIT License
56 stars 41 forks source link

Make provisioning less verbose #19

Closed multani closed 7 years ago

multani commented 7 years ago

Here, these log messages represent 60% of the logs generated by Jenkins and are not so useful, unless we want to debug Jenkins, hence the DEBUG level.

jippi commented 7 years ago

tests broke, missing import?

multani commented 7 years ago

Wow, only realizing now that Java doesn't have a DEBUG log level. I'm going to fix that.

antweiss commented 7 years ago

@multani I agree - this is an important change. please fix the tests and I'll approve the PR

multani commented 7 years ago

FINE would be ... fine I guess?

antweiss commented 7 years ago

FINE sounds fine to me :)

jippi commented 7 years ago

Thanks!

multani commented 7 years ago

@jippi Do you think it's possible to cut a release with this fix?