Improved logging configuration (#342)

This commit is contained in:
David Zhao
2022-01-15 10:28:03 -08:00
committed by GitHub
parent d45435ed3d
commit c122c98e4d
11 changed files with 139 additions and 78 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ var (
)
func init() {
serverlogger.InitDevelopment("")
serverlogger.InitFromConfig(config.LoggingConfig{Level: "debug"})
}
func setupSingleNodeTest(name string, roomName string) (*service.LivekitServer, func()) {