aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-10-01 22:19:31 +1000
committeronefang2019-10-01 22:19:31 +1000
commite5ff6374551b8d3b75e6c9917c06e2527cb74336 (patch)
treea3bb7a38382cb0ceec84c8e57a1bb6e7655f7b38
parentAdd the name of the test to any log messages about that test. (diff)
downloadapt-panopticon-e5ff6374551b8d3b75e6c9917c06e2527cb74336.zip
apt-panopticon-e5ff6374551b8d3b75e6c9917c06e2527cb74336.tar.gz
apt-panopticon-e5ff6374551b8d3b75e6c9917c06e2527cb74336.tar.bz2
apt-panopticon-e5ff6374551b8d3b75e6c9917c06e2527cb74336.tar.xz
Reduce default verbosity to critical messages only.
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index ae1b9b9..6067d90 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -10,7 +10,7 @@ local args = {...}
10 They shouldn't have the proper certificate, but are giving a result anyway. 10 They shouldn't have the proper certificate, but are giving a result anyway.
11]] 11]]
12 12
13verbosity = 0 13verbosity = -1
14keep = false 14keep = false
15-- TODO - Should actually implement this. 15-- TODO - Should actually implement this.
16fork = true 16fork = true