mxs 1 gadu atpakaļ
vecāks
revīzija
661ea2c81f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      chromedp/main.go

+ 1 - 1
chromedp/main.go

@@ -25,7 +25,7 @@ func InitChromedpConfig() {
 func main() {
 	//日志相关
 	logger.SetConsole(false)
-	logger.SetLevel(logger.DEBUG)
+	logger.SetLevel(logger.LEVEL_DEBUG)
 	logger.SetRollingDaily("./logs", "chrome.log")
 	go clearLogs()
 	//