From 07f5348ff050d20ae0921d9e8bad75e15e52b805 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 19 Apr 2018 11:16:16 +0300 Subject: [PATCH] Enable debug mode by default in example config --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index ec113d9f..e3aaa16b 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -35,7 +35,7 @@ appservice: external: https://example.com/public # Whether or not to enable debug messages in the console. - debug: false + debug: true # The unique ID of this appservice. id: telegram