Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Feb 23, 2024
2 parents 53edfbd + 85b14a8 commit 64d2e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AspNetCoreAzureLogging/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"Name": "File",
"Args": {
"path": "../_logs-uifile.txt",
"path": "../../LogFiles/_logs-uifile.txt",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] [{SourceContext}] [{EventId}] {Message}{NewLine}{Exception}",
"rollOnFileSizeLimit": true,
"fileSizeLimitBytes": 4194304,
Expand All @@ -53,4 +53,4 @@
// AzureAd__Domain damienbodsharepoint.onmicrosoft.com
// AzureAd__TenantId 5698af84-5720-4ff0-bdc3-9d9195314244
// AzureAd__ClientId 3f1d78ea-06d6-4d77-909f-4d398388e900
// AzureAd__CallbackPath /signin-oidc
// AzureAd__CallbackPath /signin-oidc

0 comments on commit 64d2e28

Please sign in to comment.