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

[1.11] Remove "container PID" logs from conmon #1694

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

umohnani8
Copy link
Member

Logs were filling up quite a bit due to the logs
in conmon printing out the container PID info.

Signed-off-by: umohnani8 [email protected]

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes labels Jul 11, 2018
@umohnani8
Copy link
Member Author

@mrunalp @runcom PTAL

@umohnani8
Copy link
Member Author

/test all

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 11, 2018
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 11, 2018
@rhatdan
Copy link
Contributor

rhatdan commented Jul 12, 2018

Fix the problems Travis is complaining about and squash your PR and this LGTM.

@umohnani8 umohnani8 force-pushed the 1.11 branch 2 times, most recently from 89abc3d to 5ac2cda Compare July 12, 2018 15:42
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 12, 2018
@TomSweeneyRedHat
Copy link
Contributor

LGTM once the tests are fixed up.

conmon now has a --log-level flag that changes
the verbosity of the logs based on the value it
is set to. From logrus, panic(0), fatal(1), error(2) tells
conmon to print all pexit and nexit logs (this
is the default). warn(3) adds the nwarn logs, info(4)
adds the ninfo logs, and finally debug(5) adds the ndebug
logs as well.

Adds a log_level field in the crio.conf that can have the
following options: panic, fatal, error, warn, info, and debug.
Changes default from info to error.

Signed-off-by: umohnani8 <[email protected]>
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 30, 2018
@umohnani8
Copy link
Member Author

/test all

@umohnani8
Copy link
Member Author

/test e2e_rhel

1 similar comment
@umohnani8
Copy link
Member Author

/test e2e_rhel

@umohnani8
Copy link
Member Author

tests pass. @mrunalp @runcom PTAL

Copy link
Member

@mrunalp mrunalp left a comment

Choose a reason for hiding this comment

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

LGTM

@mrunalp mrunalp merged commit 45f20dd into cri-o:release-1.11 Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants