mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
Serveral mechanisms exist for intializing logging in cli tools. Some base Command classes exist which initialize logging. But they do this late, when they are constructed, which may be after static init has occured for classes grabbing a Logger. Other CLIs like node tool explicitly initialize logging to avoid that problem. This commit removes all the of the LoggingAware classes, and unifies logging configuration to occur at the very beginning of the cli launcher. relates #85758 |
||
---|---|---|
.. | ||
licenses | ||
src/main/java/org/elasticsearch/cli | ||
build.gradle |