f0f4973ac3
Any exception caught during authentication is only logged if DEBUG is enabled. This changes the behavior to log these exceptions are WARN with the exception message only or at DEBUG with the full exception. The user template ldap implementation could potentially cause a lot of logging to be generated because it always prints the full exception at WARN level. This changes it to print the message at WARN level and the exception at DEBUG. Original commit: elastic/x-pack-elasticsearch@c607567d88 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.