Skip to content

Commit

Permalink
Initialize logging flags (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Apr 8, 2022
1 parent bbcd780 commit 61edb2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [0.1.3]

* Remove /vendor from VCS
* Initialize logging flags

## [0.1.2]

Expand Down
2 changes: 2 additions & 0 deletions cmd/ip-masq-agent-v2/ip-masq-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ func NewMasqDaemon(c *MasqConfig) *MasqDaemon {
}

func main() {
klog.InitFlags(nil)

flag.Parse()
masqChain = utiliptables.Chain(*masqChainFlag)

Expand Down

0 comments on commit 61edb2d

Please sign in to comment.