Store stack trace in a separate filed during logging (#2444)

For reasons unclear to me, if the stack trace is appended directly to
the message, the log entry will be lumped together with following logs
on GKE.

Also updated the GKE service account for Nomulus in the manifest so we
can use workload identity just for Nomulus, not other pods on the same
cluster.
This commit is contained in:
Lai Jiang
2024-05-20 16:17:56 +00:00
committed by GitHub
parent 05b43965d1
commit d96a5547ce
3 changed files with 30 additions and 21 deletions
+1
View File
@@ -13,6 +13,7 @@ spec:
labels:
app: nomulus
spec:
serviceAccountName: nomulus
containers:
- name: nomulus
image: gcr.io/GCP_PROJECT/nomulus