microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b1f71b80f64ee4c35d209e1dc42e9babd18436f8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/samples/CompatProactive/appsettings.json

8lines · modecode

1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.Teams": "Trace"
6 }
7 }
8}
9