-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Reduce default template logging at startup #81398
Comments
Pinging @elastic/es-data-management (Team:Data Management) |
Perhaps tangentially related to #77505 |
The tricky bit is that the put component and index template APIs produce this info log. Maybe we can add a field to |
I do agree that these lines at startup are excessively noisy but I would rather we didn't drop the info about changes to ILM policies from the Could we batch these changes into a single update which results in a single log line? Could we enhance the startup lifecycle so that the stuff that users need to see is delayed until these things are complete? |
(Kinda relates #77505 too) |
All implementations of |
When Elasticsearch starts up it is kinda noisy w.r.t. the index templates added by default :
Most of this logging should be turned into a debug logging and ideally only print out 1 or 2 INFO messages that encompass the high level info.
related: #81356 and #81397
The text was updated successfully, but these errors were encountered: