mammoth-kilobyte-41764
01/17/2023, 11:30 PMbrief-restaurant-63679
01/18/2023, 12:49 PMgarden run task <my-task> -l5
garden options
shows you what log levels you can usemammoth-kilobyte-41764
01/18/2023, 1:58 PMdiff
diff --git a/core/src/plugins/kubernetes/logs.ts b/core/src/plugins/kubernetes/logs.ts
index 34e235e17..a32ed241b 100644
--- a/core/src/plugins/kubernetes/logs.ts
+++ b/core/src/plugins/kubernetes/logs.ts
@@ -230,9 +230,9 @@ export class K8sLogFollower<T> {
public async followLogs(opts: LogOpts) {
await this.createConnections(opts)
- this.intervalId = setInterval(async () => {
- await this.createConnections(opts)
- }, this.retryIntervalMs)
+// this.intervalId = setInterval(async () => {
+// await this.createConnections(opts)
+// }, this.retryIntervalMs)
return new Promise((resolve, _reject) => {
this.resolve = resolve
quaint-dress-831
01/23/2023, 1:30 PMmammoth-kilobyte-41764
01/25/2023, 3:14 PMbrief-restaurant-63679
02/14/2023, 6:51 AMswift-garage-61180
02/14/2023, 8:00 AMflat-state-47578
02/15/2023, 6:12 AMquaint-dress-831
02/15/2023, 2:32 PM