Skip to content

Commit c3d194e

Browse files
Merge pull request #230779 from KrishnaG-MSFT/patch-269
(AzureCXP) MicrosoftDocs/azure-docs#106389
2 parents 6743272 + 727d73f commit c3d194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/tutorial-asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public class ValuesController : ControllerBase
349349
public ActionResult<IEnumerable<string>> Get()
350350
{
351351
//Info level traces are not captured by default
352-
_logger.LogInfo("An example of an Info trace..")
352+
_logger.LogInformation("An example of an Info trace..")
353353
_logger.LogWarning("An example of a Warning trace..");
354354
_logger.LogError("An example of an Error level message");
355355

0 commit comments

Comments
 (0)