{
"Serilog": {
"WriteTo": [
{
"Name": "Async",
"Args": {
"configure": [
{
"Name": "Console",
"Args": {
"formatter": "Elastic.CommonSchema.Serilog.EcsTextFormatter, Elastic.CommonSchema.Serilog",
"includeHost": false,
"includeProcess": false,
"includeUser": false,
"includeActivityData": false
}
}
]
}
}
]
}
But the host, user, and other sections are still showed in the log.