Skip to content

Commit

Permalink
modify log defaults (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Feb 8, 2024
1 parent 3372e03 commit 56b1759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions helm/templates/broker/log-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ data:
<AppenderRef ref="console"/>
</Root>
<AsyncLogger name="org.reflections" level="error" additivity="false"/>
<AsyncLogger name="org.apache.pinot.broker.querylog.QueryLogger" level="info"/>
</Loggers>
</Configuration>
{{- end }}
8 changes: 4 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ controller:
namespace: monitoring

logging:
level: info
level: error

broker:
name: broker
Expand Down Expand Up @@ -278,7 +278,7 @@ broker:
memory: "256Mi"

logging:
level: info
level: error

minion:
name: minion
Expand Down Expand Up @@ -386,7 +386,7 @@ minion:
memory: "256Mi"

logging:
level: info
level: error

server:
name: server
Expand Down Expand Up @@ -508,7 +508,7 @@ server:
type: pd-standard

logging:
level: info
level: error

tiers:
default: {}
Expand Down

0 comments on commit 56b1759

Please sign in to comment.