mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix typo in comment in o/e/b/Elasticsearch
This commit fixes a typo (missing word) in org/elasticsearch/bootstrap/Elasticsearch.java.
This commit is contained in:
parent
34610b841d
commit
1331741d7c
@ -95,8 +95,8 @@ class Elasticsearch extends EnvironmentAwareCommand {
|
|||||||
@Override
|
@Override
|
||||||
protected boolean shouldConfigureLoggingWithoutConfig() {
|
protected boolean shouldConfigureLoggingWithoutConfig() {
|
||||||
/*
|
/*
|
||||||
* If we allow logging to be configured without a config before we ready to read the log4j2.properties file, then we will fail to
|
* If we allow logging to be configured without a config before we are ready to read the log4j2.properties file, then we will fail
|
||||||
* detect uses of logging before it is properly configured.
|
* to detect uses of logging before it is properly configured.
|
||||||
*/
|
*/
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user