Mercurial > code > home > repos > victoriametrics
changeset 84:4809a249d43f
more logs
author | drewp@bigasterisk.com |
---|---|
date | Wed, 14 Aug 2024 10:20:19 -0700 |
parents | e80f46b2cabc |
children | b5cea75d68dd |
files | create_k8s.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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" },