kolla/releasenotes/notes/quiet-mode-with-logs-0abafc07923945ac.yaml
Marcin Juszkiewicz 0cf5b1d4e6 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
2022-04-15 13:37:25 +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.