mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
This change cleans up some of the log messages and levels that could now be considered misleading. While performing these cleanups, the following was done: * remove creation of dummy user for gradle run as we have the `elastic` user * Request interceptors are not bound if field and document level security is disabled * FLS/DLS interceptors skip execution if document and field level security is disabled by the license state * The roles store that loaded the role is logged at the TRACE level * The TransportXPackUsageAction was using the incorrect action name when registering a handler Closes elastic/elasticsearch#2096 Closes elastic/elasticsearch#1861 Closes elastic/elasticsearch#2229 See elastic/elasticsearch#1879 Original commit: elastic/x-pack-elasticsearch@ac16b21c0c