Skip to content

Commit

Permalink
typo fixes in log config (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka committed Feb 11, 2024
1 parent a7ba715 commit f614446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/templates/controller/log-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
<AsyncLogger name="org.reflections" level="error" additivity="false">
<AppenderRef ref="console"/>
</AsyncLogger>
<Logger name="org.apache.pinot.shaded.org.apache.kakfa" level="error" additivity="false">
<Logger name="org.apache.pinot.shaded.org.apache.kafka" level="error" additivity="false">
<AppenderRef ref="console"/>
</Logger>
</Loggers>
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/server/log-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
<AsyncLogger name="org.reflections" level="error" additivity="false">
<AppenderRef ref="console"/>
</AsyncLogger>
<Logger name="org.apache.pinot.shaded.org.apache.kakfa" level="error" additivity="false">
<Logger name="org.apache.pinot.shaded.org.apache.kafka" level="error" additivity="false">
<AppenderRef ref="console"/>
</Logger>
</Loggers>
Expand Down

0 comments on commit f614446

Please sign in to comment.