Browse Source

修改 pipeline.py

罗俊辉 1 year ago
parent
commit
2bbdfa1f23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/aliyun_log.py

+ 1 - 1
common/aliyun_log.py

@@ -41,7 +41,7 @@ class AliyunLogger:
         else:
             project = "crawler-log-prod"
             logstore = "crawler-fetch"
-            endpoint = "cn-hangzhou-intranet.log.aliyuncs.com"
+            endpoint = "cn-hangzhou.log.aliyuncs.com"
 
         # 创建 LogClient 实例
         client = LogClient(endpoint, accessKeyId, accessKey)