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

change config reload message #98455

Merged
merged 3 commits into from
Apr 28, 2021

Conversation

pgayvallet
Copy link
Contributor

@pgayvallet pgayvallet commented Apr 27, 2021

Summary

Fix #52756

Change the log message used when config reloads due to SIGHUP

@pgayvallet pgayvallet added release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.14.0 labels Apr 27, 2021
@pgayvallet pgayvallet marked this pull request as ready for review April 27, 2021 11:32
@pgayvallet pgayvallet requested a review from a team as a code owner April 27, 2021 11:32
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

Copy link
Member

@afharo afharo left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -61,15 +61,15 @@ export async function bootstrap({ configs, cliArgs, applyConfigOverrides }: Boot

function reloadLoggingConfig() {
Copy link
Member

Choose a reason for hiding this comment

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

maybe the name of the function should be changed too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That would make sense, yea 😅

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@pgayvallet pgayvallet merged commit 10a9336 into elastic:master Apr 28, 2021
pgayvallet added a commit to pgayvallet/kibana that referenced this pull request Apr 28, 2021
* change config reload message

* change function name
pgayvallet added a commit that referenced this pull request Apr 28, 2021
* change config reload message

* change function name
madirey pushed a commit to madirey/kibana that referenced this pull request May 11, 2021
* change config reload message

* change function name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support dynamic configuration without restarts
5 participants