cli: collect debug logs in file (#2906)

This commit is contained in:
miampf 2024-02-21 15:39:12 +00:00 committed by GitHub
parent 7edd6259d1
commit 96c5980651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 65 additions and 1 deletions

View file

@ -40,6 +40,8 @@ const (
DefaultControlPlaneGroupName = "control_plane_default"
// DefaultWorkerGroupName is the name of the default worker node group.
DefaultWorkerGroupName = "worker_default"
// CLIDebugLogFile is the name of the debug log file for constellation init/constellation apply.
CLIDebugLogFile = "constellation-debug.log"
//
// Ports.