mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-26 15:10:43 -04:00
cli: collect debug logs in file (#2906)
This commit is contained in:
parent
7edd6259d1
commit
96c5980651
6 changed files with 65 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue