Fix typo in config logging
This commit is contained in:
@@ -137,7 +137,8 @@ func (c *Config) DebugLog(logger *zap.SugaredLogger) {
|
||||
logger.Debugw("Config",
|
||||
"hostname", c.Hostname,
|
||||
"rtmp_addr", c.RTMPListenAddr,
|
||||
"http_enable", c.HTTPListenAddr,
|
||||
"http_enable", c.HTTPServerEnable,
|
||||
"http_addr", c.HTTPListenAddr,
|
||||
"http_accesslog", c.HTTPAccessLogEnable,
|
||||
"log_level", c.LogLevel)
|
||||
}
|
||||
|
Reference in New Issue
Block a user