Skip to content

Commit b0ba550

Browse files
authored
Correcting webhook logging example (#929)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 7c63506 commit b0ba550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/config/webhooks/incoming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ To retain webhook logs for one day:
291291
```json
292292
{
293293
"webhook.logging": {
294-
"enabled": false,
294+
"enabled": true,
295295
"retention": "24h"
296296
}
297297
}

0 commit comments

Comments
 (0)