ea78b15b09
It's good to document the --log-level and --log-podman flags because they can give us some flexibility with the logging in future, but it's still desirable to keep --verbose (and the -vv trick) in the manual. Toolbox is still a small enough code base that not too many log levels are actually needed, yet. The complexity of remembering which log level reveals which detail soon starts to outweigh the simplicity of dumping as much as possible, since there aren't that many log messages to begin with. It's a lot easier to type and remember things like --verbose, -v and -vv, than their newer counterparts, and they are a reasonably widely used convention (eg., flatpak, nmap, ssh, etc.). If some day Toolbox grows to have a significantly larger number of log messages, then it's possible that --verbose would be of less use, but that's not the case today. https://github.com/containers/toolbox/pull/814 |
||
---|---|---|
.. | ||
meson.build | ||
toolbox-create.1.md | ||
toolbox-enter.1.md | ||
toolbox-help.1.md | ||
toolbox-init-container.1.md | ||
toolbox-list.1.md | ||
toolbox-rm.1.md | ||
toolbox-rmi.1.md | ||
toolbox-run.1.md | ||
toolbox.1.md |