We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e6015 commit b2a7ac7Copy full SHA for b2a7ac7
IpfsCli/Properties/launchSettings.json
@@ -2,7 +2,7 @@
2
"profiles": {
3
"IpfsCli": {
4
"commandName": "Project",
5
- "commandLineArgs": "--help"
+ "commandLineArgs": "--debug daemon"
6
}
7
8
IpfsServer/Program.cs
@@ -71,7 +71,7 @@ static IWebHost BuildWebHost(string[] args)
71
.UseStartup<Startup>()
72
.ConfigureLogging(logging =>
73
{
74
- //logging.ClearProviders();
+ logging.ClearProviders();
75
})
76
.UseUrls(urls)
77
.Build();
0 commit comments