Skip to content

Commit 273ac77

Browse files
committed
Do not send crash reports
1 parent 1ee7da1 commit 273ac77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programs/server/config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,9 +1701,9 @@
17011701
<!-- the ClickHouse core developers team. -->
17021702
<!-- Doing so at least in pre-production environments is highly appreciated -->
17031703
<!-- The reports are anonymized -->
1704-
<enabled>true</enabled>
1705-
<send_logical_errors>true</send_logical_errors>
1706-
<endpoint>https://crash.clickhouse.com/</endpoint>
1704+
<enabled>false</enabled>
1705+
<send_logical_errors>false</send_logical_errors>
1706+
<endpoint></endpoint>
17071707
</send_crash_reports>
17081708

17091709
<!-- Uncomment to disable ClickHouse internal DNS caching. -->

0 commit comments

Comments
 (0)