Commit 3d80c7f
main/options: Limit verbose option count
Issue: 7389
Continue to recognize multiple 'v' specifications up to the maximum
recognized. The maximum recognized is the number of slots between the
NOTICE and DEBUG levels.
When debug is configured, `-vvvv` is required to set the log level to
debug. Specifying 4 or more `v` will maintain debug level.
When debug is not configured, `-vvvv` and more `v`'s will cause
config messages to be printed.1 parent 09e50ac commit 3d80c7f
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
2087 | 2090 | | |
2088 | 2091 | | |
2089 | 2092 | | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
2093 | 2102 | | |
2094 | 2103 | | |
2095 | 2104 | | |
| |||
3056 | 3065 | | |
3057 | 3066 | | |
3058 | 3067 | | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
3059 | 3072 | | |
3060 | 3073 | | |
3061 | 3074 | | |
| |||
0 commit comments