mxs 1 anno fa
parent
commit
661ea2c81f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
 	//