Skip to content

Commit 6c03399

Browse files
committed
Disable Bifrost Ironic debug logging
1 parent 4345beb commit 6c03399

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)