diff options
Diffstat (limited to 'ExampleBots/LibMatrix.ExampleBot/appsettings.Development.json')
-rw-r--r-- | ExampleBots/LibMatrix.ExampleBot/appsettings.Development.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ExampleBots/LibMatrix.ExampleBot/appsettings.Development.json b/ExampleBots/LibMatrix.ExampleBot/appsettings.Development.json new file mode 100644 index 0000000..27bbd50 --- /dev/null +++ b/ExampleBots/LibMatrix.ExampleBot/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} \ No newline at end of file |