--WireMockLogger WireMockConsoleLogger (#282)

This commit is contained in:
Stef Heyenrath
2019-06-10 17:46:04 +02:00
committed by GitHub
parent 9031541b91
commit d7b6e03cb2
7 changed files with 15 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"profiles": {
"WireMock.Net.StandAlone.NETCoreApp": {
"commandName": "Project",
"commandLineArgs": "--Urls http://*:9091"
"commandLineArgs": "--Urls http://*:9091 --WireMockLogger WireMockConsoleLogger"
}
}
}