devcontainers / devcontainers/cli
Wrap lifecycle hooks and other operations in `start`/`stop` log messages
Offen
feature-request
- Vorherrschende Sprache
- TypeScript
- Sterne
- 3k
- Forks
- 457
- Ø Merge
- 13 Std. 17 Min.
- Gemergte PRs (30 T.)
- 6
Beschreibung
Recently Codespaces has gotten several reports where the root cause was difficult to debug. It would be useful if the logs emitted from the CLI clearly mark the start and end of a lifecycle script - perhaps like the following:
```
--- starting to execute 'postCreateCommand' script 'foo'
... foo output...
--- 'postCreateCommand' script 'foo' exited code 0
```
This would be particularly helpful in cases where `foo` does not emit any logs.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.