-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c81b7f
commit eab38fb
Showing
10 changed files
with
181 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
src/IdentityServer/Duende/ClassifiedAds.Infrastructure/Logging/ElasticsearchOptions.cs
This file was deleted.
Oops, something went wrong.
378 changes: 172 additions & 206 deletions
378
src/IdentityServer/Duende/ClassifiedAds.Infrastructure/Logging/LoggingExtensions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 7 additions & 10 deletions
17
src/IdentityServer/Duende/ClassifiedAds.Infrastructure/Logging/LoggingOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
using System.Collections.Generic; | ||
|
||
namespace ClassifiedAds.Infrastructure.Logging | ||
{ | ||
public class LoggingOptions | ||
{ | ||
public Dictionary<string, string> LogLevel { get; set; } | ||
namespace ClassifiedAds.Infrastructure.Logging; | ||
|
||
public FileOptions File { get; set; } | ||
public class LoggingOptions | ||
{ | ||
public Dictionary<string, string> LogLevel { get; set; } | ||
|
||
public ElasticsearchOptions Elasticsearch { get; set; } | ||
public FileOptions File { get; set; } | ||
|
||
public EventLogOptions EventLog { get; set; } | ||
public EventLogOptions EventLog { get; set; } | ||
|
||
public ApplicationInsightsOptions ApplicationInsights { get; set; } | ||
} | ||
public ApplicationInsightsOptions ApplicationInsights { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
...entityServer/IdentityServer4/ClassifiedAds.Infrastructure/Logging/ElasticsearchOptions.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters