mxs hai 1 ano
pai
achega
661ea2c81f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chromedp/main.go

+ 1 - 1
chromedp/main.go

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