Mercurial > code > home > repos > victoriametrics
diff create_k8s.py @ 84:4809a249d43f
more logs
author | drewp@bigasterisk.com |
---|---|
date | Wed, 14 Aug 2024 10:20:19 -0700 |
parents | a4767069d8b0 |
children |
line wrap: on
line diff
--- a/create_k8s.py Wed Aug 07 15:10:41 2024 -0700 +++ b/create_k8s.py Wed Aug 14 10:20:19 2024 -0700 @@ -54,6 +54,8 @@ f"-http.pathPrefix={pipelineWebRoot}/vminsert/", tzArg, f"-storageNode={storageName}", + "-loggerLevel=INFO", + "-loggerFormat=json", ], "ports": [{ "containerPort": insertPort }] }] @@ -83,6 +85,7 @@ tzArg, f"-retentionPeriod={retention}", f"-storageDataPath=/data/{pipelineName}", + "-logNewSeries", ], "ports": [ { "containerPort": 8482, "name": "http" },