
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
7 lines
247 B
YAML
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.
|