This repository was archived by the owner on Sep 21, 2021. It is now read-only.
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
Slowlogs don't log based on configured severity #518
Open
Description
https://www.elastic.co/guide/en/elasticsearch/guide/current/logging.html
Seems to imply that, e.g.,
PUT /_cluster/settings
{
"transient" : {
"logger.index.indexing.slowlog" : "WARN"
}
}
will inhibit logging DEBUG-level index.indexing.slowlog events, which is not the case. Slowlog doesn't behave the same way application logs do.
This applies to 1.x and 2.x.