Make it possible to enable useLongPollingLogs in scaffolder plugin

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-10-02 16:17:49 +02:00
parent 6c2995fa1b
commit c8077a9f4e
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/plugin-scaffolder': patch
---
Make it possible to enable useLongPollingLogs in scaffolder plugin.
For that you have to add to your app-config.yaml file this snippet:
```yaml
scaffolder:
useLongPollingLogs: true
```
By default, the value is falsy.