about summary refs log tree commit diff
path: root/ExampleBots/PluralContactBotPoC/appsettings.json
blob: 6ba02f3fcd60ec7dc50426e776186bb01b3c14b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "Logging": {
        "LogLevel": {
            "Default": "Debug",
            "System": "Information",
            "Microsoft": "Information"
        }
    }
}