Skip to content

Commit 07a7eeb

Browse files
committed
interop: reduce redis container log level to warning.
1 parent 5d55d99 commit 07a7eeb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

multidim-interop/src/generator.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,12 @@ function buildSpec(containerImages: { [key: string]: string }, { name, dialerID,
139139
ip: "0.0.0.0",
140140
}
141141
},
142-
redis: { image: "redis/redis-stack", }
142+
redis: {
143+
image: "redis/redis-stack",
144+
environment: {
145+
REDIS_ARGS: "--loglevel warning"
146+
}
147+
}
143148
}
144149
}
145150
}

0 commit comments

Comments
 (0)