Maintenance: upgrade golibs (affects logger)

This commit is contained in:
Quentin McGaw
2021-05-12 22:57:15 +00:00
parent dd1b23773e
commit 7d6763cde7
18 changed files with 127 additions and 49 deletions

View File

@@ -58,7 +58,7 @@ func NewConfigurator(logger logging.Logger, routing routing.Routing, openFile os
commander := command.NewCommander()
return &configurator{
commander: commander,
logger: logger.NewChild(logging.SetPrefix("firewall: ")),
logger: logger,
routing: routing,
openFile: openFile,
allowedInputPorts: make(map[uint16]string),