選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

appsettings.Development.json 168B

12345678910
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Debug",
  6. "System": "Information",
  7. "Microsoft": "Information"
  8. }
  9. }
  10. }