mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 23:01:19 +00:00
Integrate logger components (#1933)
* Integrate logger components Dividing into the following components * pub - publisher * pub.sfu * sub - subscriber * transport * transport.pion * transport.cc * api * webhook * update go modules
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ func getConfig(c *cli.Context) (*config.Config, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
config.InitLoggerFromConfig(conf.Logging)
|
||||
config.InitLoggerFromConfig(&conf.Logging)
|
||||
|
||||
if c.String("config") == "" && c.String("config-body") == "" && conf.Development {
|
||||
// use single port UDP when no config is provided
|
||||
|
||||
Reference in New Issue
Block a user