CloudWatch
Apparence
Links
Log in JSON format
Use the dotnet built-in logging Console and set the formatter to JSON.
appsettings.json |
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"FormatterName": "json"
}
}
|