-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update logging in our deployment controllers #13762
Update logging in our deployment controllers #13762
Conversation
[test] |
Signed-off-by: Michail Kargakis <[email protected]>
Evaluated for origin test up to 0fe3131 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/748/) (Base Commit: bf9854f) |
LGTM [merge] |
#13811 [merge] |
return nil, err | ||
} | ||
if !exists { | ||
glog.Infof("Deployment config %q has been deleted", key) | ||
glog.V(4).Infof("Deployment config %q has been deleted", key) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: DeploymentConfig (to be consistent)
#13812 [merge] |
#13814 [merge] |
#12072 [merge] |
#13823 [merge] |
1 similar comment
#13823 [merge] |
#13823 [merge] |
[merge]
…On Wed, Apr 19, 2017 at 7:53 PM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/merge FAILURE (
https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/388/)
(Base Commit: 846289d
<846289d>
)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13762 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p_1pmzT_OQ_fu-lOjW4ewwmR4aLDks5rxp56gaJpZM4M9DqQ>
.
|
#13814 [merge] |
#13846 [merge] |
#13846 [merge] |
[merge] |
#9397 [merge] |
Evaluated for origin merge up to 0fe3131 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/432/) (Base Commit: c106caf) (Image: devenv-rhel7_6171) |
very nice. |
Wow
…On Mon, Apr 24, 2017 at 7:23 AM, Michal Fojtik ***@***.***> wrote:
very nice.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13762 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p6wja17kHnX5GNG9XJIGNh_hWAeIks5rzIZPgaJpZM4M9DqQ>
.
|
Fixes #13761
While here this also fixes #11854
@ncdc @mfojtik