Browse Source

limelight修改推送日志的文件格式为gzip

ChenHaolong 1 year ago
parent
commit
a15a9255d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.py

+ 1 - 1
src/main.py

@@ -90,7 +90,7 @@ def lds_config_from_grpc(request):
         "secretKey": request.secretKey
     }
     return {
-        "compressionType": "lz4",
+        "compressionType": "gzip",
         "isActive": "true",
         "logFields": ["c-ip", "c-country-code", "datetime", "cs-method", "cs-http-proto", "cs-uri-host", "s-host",
                       "sc-status", "sc-bytes", "cs-user-agent", "duration", "x-firstnode-cached"],