From d1227b5fc9de9f7a04fbf71292dd224aa8806411 Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 21 Feb 2018 00:20:25 +0100 Subject: Use prefixed-formatter for better logging --- bridge/steam/steam.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/steam/steam.go') diff --git a/bridge/steam/steam.go b/bridge/steam/steam.go index 2ce6e0bc..b630c428 100644 --- a/bridge/steam/steam.go +++ b/bridge/steam/steam.go @@ -25,7 +25,7 @@ var flog *log.Entry var protocol = "steam" func init() { - flog = log.WithFields(log.Fields{"module": protocol}) + flog = log.WithFields(log.Fields{"prefix": protocol}) } func New(cfg *config.BridgeConfig) *Bsteam { -- cgit v1.2.3