Skip to content

Commit 1fb9841

Browse files
committed
enable log flags for placement
Signed-off-by: haoqing0110 <[email protected]>
1 parent b6058f1 commit 1fb9841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/placement/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func main() {
2222
pflag.CommandLine.SetNormalizeFunc(utilflag.WordSepNormalizeFunc)
2323
pflag.CommandLine.AddGoFlagSet(goflag.CommandLine)
2424

25+
logs.AddFlags(pflag.CommandLine)
2526
logs.InitLogs()
2627
defer logs.FlushLogs()
2728

0 commit comments

Comments
 (0)