kolla/releasenotes/notes/quiet-mode-with-logs-0abafc07923945ac.yaml
Marcin Juszkiewicz 52c5548602 enable logging to file for quiet mode
We have 'quiet' mode where only minimal data is printed to the console.
But there were no logs at all then.

This change generates log files (if 'logs-dir' argument is used) during
quiet build.

Also enables 'quiet' mode for CI so Zuul will not have to parse 29MB
JSON file each time.

Change-Id: If7d5c2807f0947a8bbbc1ceb8531c9b9c9287c1f
(cherry picked from commit 0cf5b1d4e6)
2022-04-19 11:38:33 +00:00

7 lines
228 B
YAML

---
features:
- |
Quiet mode (enabled with ``--quiet`` argument) can be combined with
``--logs-dir`` option now. Console output will be quiet as expected while
building output will be stored in separate log files.