Browse Source

add appsettings.json to sample.

master
Savorboard 6 years ago
parent
commit
8f3406f63c
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      samples/Sample.Kafka.MySql/appsettings.json

+ 8
- 0
samples/Sample.Kafka.MySql/appsettings.json View File

@@ -0,0 +1,8 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}
}
}

Loading…
Cancel
Save