Skip to content

Commit

Permalink
fix: Add default loglevels to aid troubleshooting
Browse files Browse the repository at this point in the history
When troubleshooting, it helps to raise or lower default log levels
of specific modules, setting requests related loggers to DEBUG for
example can help one diagnose ceilometer CRUD operations.
  • Loading branch information
LukeRepko committed Mar 19, 2024
1 parent ae6c131 commit 1eb7f72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm-configs/ceilometer/ceilometer-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ ipmi_device: /dev/ipmi0
conf:
ceilometer:
DEFAULT:
debug: "false"
# default_log_levels: >-
# amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,
# oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=DEBUG,
# urllib3.connectionpool=DEBUG,websocket=WARN,requests.packages.urllib3.util.retry=DEBUG,
# urllib3.util.retry=DEBUG,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,
# taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,oslo_policy=INFO,dogpile.core.dogpile=INFO
event_dispatchers:
type: multistring
values:
Expand Down

0 comments on commit 1eb7f72

Please sign in to comment.