zuul/releasenotes/notes/foreground-c210261012f433fd.yaml
Tobias Henkel 0022884dc2
Deprecate -d switch for running in foreground
Until the -f switch was introduced the only way of running in
foreground was the -d switch which also implied debug logging. We now
have the -f switch so we can decouple that in future. Thus depreciate
the -d switch for the sake of running in forground.

Change-Id: Ic66ba1a28b8e2837309df49fc0ff28d2495fc229
2020-02-22 18:02:30 +01:00

7 lines
247 B
YAML

---
deprecations:
- |
Running the zuul processes with the -d switch to enforce running in
foreground is now deprecated. Switch to use -f instead for this purpose.
The -d switch will change to just enable debug logging in the future.