]> git.ipfire.org Git - thirdparty/squid.git/commit
squidclient: support verbosity levels
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 16 Feb 2014 05:15:45 +0000 (22:15 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 16 Feb 2014 05:15:45 +0000 (22:15 -0700)
commit95c25f6682acfdbb45b3056bc8aa247e3fc4c88e
tree1f6f29c5e425c140ec345b57d93269849e683788
parentcf6e492ba533f7d0b528e0f0f86b93de5b4c1716
squidclient: support verbosity levels

This makes the -v option repeatable. By default no debug is displayed.
Each time -v is repeated the level of debug message verbosity is raised.

Three levels of verbosity are currently defined:
 0 - no output except ERROR messages.
 1 - display HTTP request sent
 2 - display actions taken connecting to server
tools/squidclient.cc