This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch separate
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 9d940441a9ff5969fa4d5d9bafc8fa75ee69eff1
Author: Justin Mclean <[email protected]>
AuthorDate: Fri Jul 11 11:35:26 2025 +1000

    fix typo
---
 conf/log4j2.properties.template                                      | 2 +-
 dev/charts/gravitino-iceberg-rest-server/resources/log4j2.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/log4j2.properties.template b/conf/log4j2.properties.template
index f1706c85e8..f302e6a976 100644
--- a/conf/log4j2.properties.template
+++ b/conf/log4j2.properties.template
@@ -48,7 +48,7 @@ appender.rolling.strategy.delete.ifLastModified.type = 
IfLastModified
 appender.rolling.strategy.delete.ifLastModified.age = 30d
 
 
-## use seperate file for lineage log
+## use separate file for lineage log
 appender.lineage_file.type=RollingFile
 appender.lineage_file.name=lineage_file
 appender.lineage_file.fileName=${basePath}/gravitino_lineage.log
diff --git 
a/dev/charts/gravitino-iceberg-rest-server/resources/log4j2.properties 
b/dev/charts/gravitino-iceberg-rest-server/resources/log4j2.properties
index cd0ce0ee90..5838ecce0e 100755
--- a/dev/charts/gravitino-iceberg-rest-server/resources/log4j2.properties
+++ b/dev/charts/gravitino-iceberg-rest-server/resources/log4j2.properties
@@ -47,7 +47,7 @@ appender.rolling.strategy.delete.ifLastModified.type = {{ 
.Values.log4j2Properti
 # Delete all files older than 30 days
 appender.rolling.strategy.delete.ifLastModified.age = {{ 
.Values.log4j2Properties.rollingAppenderStrategyDeleteIfLastModifiedAge | 
default "30d" }}
 
-## use seperate file for lineage log
+## use separate file for lineage log
 appender.lineage_file.type = {{ .Values.log4j2Properties.lineageFileType | 
default "RollingFile" }}
 appender.lineage_file.name = {{ .Values.log4j2Properties.lineageFileName | 
default "lineage_file" }}
 appender.lineage_file.fileName = {{ 
.Values.log4j2Properties.lineageFileFileName | default 
"${basePath}/gravitino_lineage.log" }}

Reply via email to