Skip to content

Commit b8e6cb2

Browse files
committed
Log info about new projects
1 parent 39b4abc commit b8e6cb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NetCoreToolService/Controllers/NewController.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ public async Task<ActionResult> GetTemplateProject(
149149
var stopwatch = new Stopwatch();
150150
stopwatch.Start();
151151

152+
_logger.LogInformation("New: template={Template}, options={Options}, packaging={Packaging}", template, options,
153+
packaging);
154+
152155
try
153156
{
154157
var output = DefaultOutput;

0 commit comments

Comments
 (0)