Skip to content

Commit cf25b58

Browse files
authored
Merge pull request #663 from sayan-biswas/tekton-results-log-chunk
Increase log buffer size to create few chunks
2 parents 9df510b + 3548111 commit cf25b58

File tree

1 file changed

+1
-1
lines changed
  • operator/gitops/argocd/pipeline-service/tekton-results/base/env

1 file changed

+1
-1
lines changed

operator/gitops/argocd/pipeline-service/tekton-results/base/env/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AUTH_IMPERSONATE=true
1414
LOG_LEVEL=info
1515
LOGS_API=false
1616
LOGS_TYPE=File
17-
LOGS_BUFFER_SIZE=32768
17+
LOGS_BUFFER_SIZE=5242880
1818
LOGS_PATH=/logs
1919
S3_BUCKET_NAME=
2020
S3_ENDPOINT=

0 commit comments

Comments
 (0)