mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-13 19:52:20 -04:00
Changed TODO comments to reflect new ideas
new/better WIP TODOs wrote a note for fatal logging
This commit is contained in:
parent
0b0d3f7441
commit
d61f616c85
4 changed files with 9 additions and 8 deletions
|
@ -75,6 +75,7 @@ func main() {
|
|||
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
|
||||
"Enable leader election for controller manager. "+
|
||||
"Enabling this will ensure there is only one active controller manager.")
|
||||
// TODO(miampf): Find out what is going on here and reimplement it in log/slog.
|
||||
opts := zap.Options{
|
||||
Development: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue