podman-compose: how to disable that message?
Context: I upgraded IDEA to v2025.2, and also (due to other issues) had to swap colima for podman. So I have podman and podman-compose installed via (home)brew (thus on MacOs) and under Settings - Build - Docker I have ticked the boxes for `Podman` and also Detect executable paths automatically. There's not much more to configure I think.
Whenever I run a `docker-compose.yml` I get a message:
>>>> Executing external compose provider "/opt/homebrew/bin/podman-compose". Please see podman-compose(1) for how to disable this message. <<<<Yes please, can I get a cleaner console log? It looks like there's more info in a link under (1) which doesn't display on a console. Of course I googled, but that left me empty handed.
请先登录再写评论。
This isn't anything to do with JetBrains IDEs, but specific to podman. Here's the man page mentioned in the message. But it's still not very clear what you should actually do to configure it - the man page for containers.conf is even more confusing. After much head-scratching, I figured out that you need to add (or edit if you already have it) the following file: `~/.config/containers/containers.conf` with:
[engine]
compose_warning_logs = false