diff --git a/src/JT808.Gateway.TestHosting/appsettings.json b/src/JT808.Gateway.TestHosting/appsettings.json new file mode 100644 index 0000000..727447f --- /dev/null +++ b/src/JT808.Gateway.TestHosting/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Warning" + } + } +}