mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-26 22:39:48 +00:00
Stats can still be generated without logging, no need for this sentence
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
5724cec1e5
commit
7f81cfd45a
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ setLogging() {
|
||||||
local LogChoices
|
local LogChoices
|
||||||
|
|
||||||
# Ask if the user wants to log queries
|
# Ask if the user wants to log queries
|
||||||
LogToggleCommand=(whiptail --separate-output --radiolist "Do you want to log queries?\\n (Disabling will render graphs on the Admin page useless):" ${r} ${c} 6)
|
LogToggleCommand=(whiptail --separate-output --radiolist "Do you want to log queries?" ${r} ${c} 6)
|
||||||
# The default selection is on
|
# The default selection is on
|
||||||
LogChooseOptions=("On (Recommended)" "" on
|
LogChooseOptions=("On (Recommended)" "" on
|
||||||
Off "" off)
|
Off "" off)
|
||||||
|
|
Loading…
Add table
Reference in a new issue