You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Empty string | `KEY: ""` sets to `""` | `KEY=` sets to `""` |
412
+
| Type support | Numbers, booleans | Strings only |
413
+
| Whitespace | Preserved in values | Trimmed |
414
+
| Readability | High | Medium |
415
+
416
+
**Note:** The format is determined by YAML structure - you cannot mix array and map syntax at the same level. However, you can use different formats at different levels (e.g., map format at plugin level, array format at step level).
417
+
339
418
### `log_level` (optional)
340
419
341
420
Add `log_level` property to set the log level. Supported log levels are `debug` and `info`. Defaults to `info`.
0 commit comments