Skip to content

Commit

Permalink
fix(Ipfs.Server): remove MS logging
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Sep 8, 2019
1 parent 25e6015 commit b2a7ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IpfsCli/Properties/launchSettings.json
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"IpfsCli": {
"commandName": "Project",
"commandLineArgs": "--help"
"commandLineArgs": "--debug daemon"
}
}
}
2 changes: 1 addition & 1 deletion IpfsServer/Program.cs
Expand Up @@ -71,7 +71,7 @@ static IWebHost BuildWebHost(string[] args)
.UseStartup<Startup>()
.ConfigureLogging(logging =>
{
//logging.ClearProviders();
logging.ClearProviders();
})
.UseUrls(urls)
.Build();
Expand Down

0 comments on commit b2a7ac7

Please sign in to comment.