+ client: handle hide_client_ip

This commit is contained in:
Ildar Kamalov
2020-03-11 16:54:05 +03:00
committed by Simon Zolin
parent 2e845e4f4d
commit a0be7f5566
5 changed files with 17 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ class Settings extends Component {
<LogsConfig
enabled={queryLogs.enabled}
interval={queryLogs.interval}
anonymize_client_ip={queryLogs.anonymize_client_ip}
processing={queryLogs.processingSetConfig}
processingClear={queryLogs.processingClear}
setLogsConfig={setLogsConfig}