Skip to content

Commit 39dba21

Browse files
committed
config: Enable Telegraph webhook debugging by default.
1 parent 327c9fc commit 39dba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
* If enabled, Telegraph dumps received
8383
* webhook messages to logs
8484
*/
85-
'debug' => env('TELEGRAPH_WEBHOOK_DEBUG', false),
85+
'debug' => env('TELEGRAPH_WEBHOOK_DEBUG', true),
8686
],
8787

8888
/*

0 commit comments

Comments
 (0)