Skip to content

Commit 900ebb7

Browse files
authored
Merge pull request #883 from stackhpc/bifrost-disable-ironic-debug
Disable Bifrost Ironic debug logging
2 parents 4345beb + 6c03399 commit 900ebb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

etc/kayobe/kolla/config/bifrost/bifrost.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
use_cirros: true
66
cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
77
{% endif %}
8+
9+
# Disable debug logging to avoid generating large log files
10+
ironic_debug: false
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Bifrost Ironic debug logging is now disabled by default. Change
5+
``ironic_debug`` to ``true`` to revert.

0 commit comments

Comments
 (0)