toolbox/doc
Debarshi Ray ea78b15b09 doc/toolbox: Restore --verbose
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
2021-06-26 02:43:04 +02:00
..
meson.build Remove the deprecated reset command 2021-01-12 03:21:35 +01:00
toolbox-create.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-enter.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-help.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-init-container.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-list.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-rm.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-rmi.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox-run.1.md doc: Update to match current state & extend docs 2021-05-24 17:15:50 +02:00
toolbox.1.md doc/toolbox: Restore --verbose 2021-06-26 02:43:04 +02:00