Skip to content

Commit

Permalink
removing log message
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Jul 25, 2023
1 parent 54b18f4 commit a175908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/protagonist/API/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public void ConfigureServices(IServiceCollection services)

var apiSettings = configuration.Get<ApiSettings>();
var cacheSettings = cachingSection.Get<CacheSettings>();

Log.Information("settings: {@Settings}", apiSettings);

services
.AddHttpContextAccessor()
Expand Down

0 comments on commit a175908

Please sign in to comment.