# HG changeset patch # User drewp@bigasterisk.com # Date 1723656019 25200 # Node ID 4809a249d43f0389c9fee592f7d642165453dc51 # Parent e80f46b2cabcbba16c5c4227f7072120aaaed043 more logs diff -r e80f46b2cabc -r 4809a249d43f create_k8s.py --- 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" },