Skip to content

Commit 31477c2

Browse files
committed
Fix comment
1 parent f6c38c0 commit 31477c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/cli/CommandLoggingConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class CommandLoggingConfigurator {
3131

3232
/**
3333
* Configures logging without Elasticsearch configuration files based on the system property "es.logger.level" only. As such, any
34-
* logging will written to the console.
34+
* logging will be written to the console.
3535
*/
3636
static void configureLoggingWithoutConfig() {
3737
// initialize default for es.logger.level because we will not read the log4j2.properties

0 commit comments

Comments
 (0)