This commit is contained in:
Robert Muir 2015-05-02 12:08:46 -04:00
parent db003a0b32
commit ff44f45af1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class Security {
*/
static void configure(Environment environment) throws IOException {
ESLogger log = Loggers.getLogger(Security.class);
log.info("java.io.tmpdir: {}", System.getProperty("java.io.tmpdir"));
// init lucene random seed. it will use /dev/urandom where available.
StringHelper.randomId();
InputStream config = Security.class.getResourceAsStream(POLICY_RESOURCE);