Skip to content

Commit

Permalink
interop: reduce redis container log level to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored and MarcoPolo committed Feb 2, 2023
1 parent e95106f commit 98161af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion multidim-interop/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@ function buildSpec(containerImages: { [key: string]: string }, { name, dialerID,
...extraEnv,
}
},
redis: { image: "redis/redis-stack", }
redis: {
image: "redis/redis-stack",
environment: {
REDIS_ARGS: "--loglevel warning"
}
}
}
}
}
Expand Down

0 comments on commit 98161af

Please sign in to comment.