log: reduce logging level for stat files#536
Merged
patapenka-alexey merged 2 commits intomasterfrom Dec 18, 2025
Merged
Conversation
1df9a22 to
4eca499
Compare
The `error` message level displayed when the `/proc/<pid>/stat` file is missing has been changed to `verbose`. Closes TNTP-5481
4eca499 to
e6d1196
Compare
olegrok
approved these changes
Dec 17, 2025
oleg-jukovec
approved these changes
Dec 18, 2025
Merged
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 18, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes # @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 18, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes #12163 @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 19, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes #12163 @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 19, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes #12163 @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 19, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes #12163 NO_TEST=metrics submodule bump @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 22, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 Closes #12163 NO_TEST=metrics submodule bump @TarantoolBot document Title: Bump metrics module to 1.6.2 This release fixes the `No such file or directory` error that occurs if the `/proc/<pid>/stat` file does not exist.
patapenka-alexey
added a commit
to tarantool/tarantool
that referenced
this pull request
Dec 22, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 NO_TEST=metrics submodule bump NO_DOC=bugfix
sergepetrenko
pushed a commit
to tarantool/tarantool
that referenced
this pull request
Dec 22, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 NO_TEST=metrics submodule bump NO_DOC=bugfix
github-actions bot
pushed a commit
to tarantool/tarantool
that referenced
this pull request
Dec 22, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 NO_TEST=metrics submodule bump NO_DOC=bugfix (cherry picked from commit 4ec21d9)
sergepetrenko
pushed a commit
to tarantool/tarantool
that referenced
this pull request
Dec 22, 2025
Bump metric package submodule to 1.6.2. Commits from PR[1] fixes bugs. 1. tarantool/metrics#536 NO_TEST=metrics submodule bump NO_DOC=bugfix (cherry picked from commit 4ec21d9)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
errormessage level displayed when the/proc/<pid>/statfile is missing has been changed toverbose.Closes #TNTP-5481