Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
selimaytac authored Aug 2, 2022
1 parent d596f17 commit bcd9d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"FetchXml": "#{fetchXml}#",
"DomainName": "#{domainName}#"
},
"LogPath": "{logPath}",
"LogPath": "#{logPath}#",
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
}

0 comments on commit bcd9d69

Please sign in to comment.