-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print suggestion to view log on fatal error (#75418)
Closes #61767. When Elasticsearch fails to start up, it tries to print a message to suggest to the user that they consult the log for more information. However, if a fatal error is encountered, Elasticsearch exits directly and no such message is printed. Improve this situation by printing the same message when Elasticsearch is about to exit due to a fatal unexpected error.
- Loading branch information
1 parent
79c176c
commit 08ecf23
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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