diff options
author | onefang | 2019-10-01 22:19:31 +1000 |
---|---|---|
committer | onefang | 2019-10-01 22:19:31 +1000 |
commit | e5ff6374551b8d3b75e6c9917c06e2527cb74336 (patch) | |
tree | a3bb7a38382cb0ceec84c8e57a1bb6e7655f7b38 | |
parent | Add the name of the test to any log messages about that test. (diff) | |
download | apt-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.
Diffstat (limited to '')
-rwxr-xr-x | mirror-checker.lua | 2 |
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 | ||
13 | verbosity = 0 | 13 | verbosity = -1 |
14 | keep = false | 14 | keep = false |
15 | -- TODO - Should actually implement this. | 15 | -- TODO - Should actually implement this. |
16 | fork = true | 16 | fork = true |